Skip to content

Commit a2cc514

Browse files
authored
Fix grammatical error in dark mode docs page (#2131)
1 parent 2f727dc commit a2cc514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/dark-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ module.exports = {
168168
}
169169
```
170170

171-
When using this strategy Tailwind will not modify the provided selector in any way, so be mindful of it's specificity and consider using the `:where()` pseudo-class to ensure it has the same specificity as other utilities.
171+
When using this strategy Tailwind will not modify the provided selector in any way, so be mindful of its specificity and consider using the `:where()` pseudo-class to ensure it has the same specificity as other utilities.
172172

173173
### Using multiple selectors
174174

0 commit comments

Comments
 (0)