mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
docs: Update uses of double quotes in JS code examples to single quotes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user