From d97284f028d26c9757289c3d1a9f616a8de918d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Sep 2022 18:28:07 -0700 Subject: Typos --- site/content/docs/5.2/customize/color.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.2/customize/color.md b/site/content/docs/5.2/customize/color.md index a7c299532b..b674a7d8df 100644 --- a/site/content/docs/5.2/customize/color.md +++ b/site/content/docs/5.2/customize/color.md @@ -48,7 +48,7 @@ For example, to change the color mode of a dropdown menu, add `data-bs-theme="li ### Nesting color modes -Use `data-bs-theme` on a nested element to change the color mode for a group of elements or components. In the example below, we have an outer dark mode with a nested light mode. You'll notice components naturally adapt their appearance without modifciation, but the nested `data-bs-theme="light"` needs help reseting some global styles. This is because `data-bs-theme` doesn't reset the globally declared `` colors, so we have to add `.bg-body` and `.text-body`. +Use `data-bs-theme` on a nested element to change the color mode for a group of elements or components. In the example below, we have an outer dark mode with a nested light mode. You'll notice components naturally adapt their appearance without modification, but the nested `data-bs-theme="light"` needs help to reset some global styles. This is because `data-bs-theme` doesn't reset the globally declared `` colors, so we have to add `.bg-body` and `.text-body`. {{< example class="" >}}
-- cgit v1.2.3