Skip to content

Commit

Permalink
Fix use of quotes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Feb 17, 2024
1 parent 2ab6916 commit 666545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ h1.section-title
To add an attribute, use square brackets similarly to a CSS attribute selector:

```
p[lang="fr"]
p[lang='fr']
```

To require that an element is fresh, use `:fresh`:
Expand Down

0 comments on commit 666545f

Please sign in to comment.