diff --git a/src/pages/docs/dark-mode.mdx b/src/pages/docs/dark-mode.mdx index ab55f890e..454c54a8e 100644 --- a/src/pages/docs/dark-mode.mdx +++ b/src/pages/docs/dark-mode.mdx @@ -168,7 +168,7 @@ module.exports = { } ``` -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. +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. ### Using multiple selectors