Fix a typo in the placeholder selector documentation (#605)

This commit is contained in:
Natalie Weizenbaum 2021-12-29 14:56:44 -08:00 committed by GitHub
parent cc92fc9eea
commit b573c2b2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ introduction: >
acts a lot like a class selector, but it starts with a `%` and it's not
included in the CSS output. In fact, any complex selector (the ones between
the commas) that even *contains* a placeholder selector isn't included in the
CSS, nor is any style rule whose selectors all contain placeholders,
CSS, nor is any style rule whose selectors all contain placeholders.
---
<%= partial "code-snippets/example-placeholder" %>