Skip to content

Commit 7e938b1

Browse files
committed
chore: colour -> color
Signed-off-by: Henry Schreiner <[email protected]>
1 parent d883c53 commit 7e938b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pages/guides/docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ theme:
329329
- navigation.tracking
330330
- toc.follow
331331
palette:
332-
# See options to customise your colour scheme here:
332+
# See options to customise your color scheme here:
333333
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
334334
- media: "(prefers-color-scheme: light)"
335335
scheme: default
@@ -398,7 +398,7 @@ is always shown and highlight in the sidebar via `toc.follow`.
398398

399399
In the palette section (documented
400400
[here](https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/))
401-
you can easily modify the scheme, icons, primary colours, and accents for both
401+
you can easily modify the scheme, icons, primary colors, and accents for both
402402
light and dark themes.
403403

404404
```yaml
@@ -413,7 +413,7 @@ theme:
413413
- navigation.tracking
414414
- toc.follow
415415
palette:
416-
# See options to customise your colour scheme here:
416+
# See options to customise your color scheme here:
417417
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
418418
- media: "(prefers-color-scheme: light)"
419419
scheme: default

{{cookiecutter.project_name}}/{% if cookiecutter.docs=='mkdocs' %}mkdocs.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ theme:
1616
- navigation.tracking
1717
- toc.follow
1818
palette:
19-
# See options to customise your colour scheme here:
19+
# See options to customise your color scheme here:
2020
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
2121
- media: "(prefers-color-scheme: light)"
2222
scheme: default

0 commit comments

Comments
 (0)