From 9007b03621ec9e0587198475b236e07c224c505a Mon Sep 17 00:00:00 2001 From: Brian Neeland <30811264+bneeland@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:06:43 -0700 Subject: [PATCH] Fix grammatical error in dark mode docs page --- src/pages/docs/dark-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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