From 41ee75bbfe1968467d09083774849c4c883bdc14 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Fri, 20 Dec 2024 09:45:23 -0500 Subject: [PATCH] Fix capitalization --- docs/docs/native/details.md | 2 +- docs/docs/native/index.md | 2 +- docs/docs/native/input.md | 10 +++++----- docs/docs/native/table.md | 2 +- docs/docs/utilities/appearance.md | 4 ++-- docs/docs/utilities/color.md | 2 +- docs/docs/utilities/size.md | 2 +- docs/docs/utilities/visually-hidden.md | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/docs/native/details.md b/docs/docs/native/details.md index cdb82d696..0b9febd88 100644 --- a/docs/docs/native/details.md +++ b/docs/docs/native/details.md @@ -18,7 +18,7 @@ Details show a brief summary and expand to show additional content. ## Examples -### Right-to-Left languages +### Right-to-Left Languages The details styling automatically adapts to right-to-left languages: diff --git a/docs/docs/native/index.md b/docs/docs/native/index.md index 077ba2a0b..522fa6d98 100644 --- a/docs/docs/native/index.md +++ b/docs/docs/native/index.md @@ -25,7 +25,7 @@ Here’s what we have so far: {%- endfor -%} -## Opting out of Native Styles +## Opting Out of Native Styles So you've decided to use Native Styles and now you need to style an element or a part of a page completely differently, what to do? You can create an opt-out with the power of [CSS Cascade Layers](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers)! diff --git a/docs/docs/native/input.md b/docs/docs/native/input.md index 93c6bbca7..a1d39d291 100644 --- a/docs/docs/native/input.md +++ b/docs/docs/native/input.md @@ -20,7 +20,7 @@ wa-code-demo::part(preview) { } -## Text fields +## Text Fields ```html {.example} @@ -48,7 +48,7 @@ wa-code-demo::part(preview) { ``` -## Choice inputs +## Choice Inputs ```html {.example} @@ -59,7 +59,7 @@ wa-code-demo::part(preview) { WA Radio ``` -## Color picker +## Color Picker Basic: @@ -87,7 +87,7 @@ With swatches: swatches="#0070ef; #f5a623; #f8e71c; #8b572a; #7ed321; #417505; #bd10e0; #9013fe;"> ``` -## Time and date Pickers +## Time and Date Pickers ```html {.example} @@ -107,7 +107,7 @@ With swatches: ``` -## Select dropdowns +## Select Dropdowns ```html {.example}