docs: Update uses of double quotes in JS code examples to single quotes

This commit is contained in:
Jennifer Mann
2017-05-23 17:13:27 -04:00
parent 4301f787c4
commit 59f778ebae
70 changed files with 483 additions and 483 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Option | Default | Notes
```javascript
// Cypress will log out the current subject and other
// useful debugging information to your console
cy.get("a").debug().should("have.attr", "href")
cy.get('a').debug().should('have.attr', 'href')
```
# Related