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}