Skip to content

Commit 6433025

Browse files
fix spelling
1 parent f456805 commit 6433025

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/concepts/colours.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
### Usage
44
#### Legibility
5-
Website elements like text and icons should meet accesibility standards when used against coloured backgrounds. The following swatches contain a sample of each of the primary palette colours, along with recommendations for its usage and the acceptable contrast guidelines when coupled with text.
6-
5+
Website elements like text and icons should meet accesibility standards when used against colored backgrounds. The following swatches contain a sample of each of the primary palette colors, along with recommendations for its usage and the acceptable contrast guidelines when coupled with text.
76

87
## Primary Colours
9-
The primary palette is applied across every page of the website and contains the brand, accent and neutral colours. The purpose of the primary palette is to keep uniformity across all pages while encouraging accessibility best practices.
8+
The primary palette is applied across every page of the website and contains the brand, accent and neutral colors. The purpose of the primary palette is to keep uniformity across all pages while encouraging accessibility best practices.
109

1110
<div class="layout-grid">
1211
<ColorPallet class="col-2-large" @color="#1A1A1A" @name="Dark Gray" @variable="--color-dark" @class-name="bg-dark" />
@@ -18,7 +17,7 @@ The primary palette is applied across every page of the website and contains the
1817
<ColorPallet class="col-2-large" @color="#FFFFFF" @name="Light" @variable="--color-light" @class-name="bg-light"/>
1918
</div>
2019

21-
## Secondary Colours
20+
## Secondary Colors
2221
The secondary palette is applied to UI elements and it's not part of the base colors. The purpose of the secondary palette is to ensure the readability, usability, and accessibility of all UI elements and enhance the communication of actions, changes in state, or errors.
2322

2423
<div class="layout-grid">

docs/concepts/typography.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#### Legibility
55
Text legibility is primarily affected by color. All text on the website should comply with the Web Content Accessibility Guidelines (WCAG 2.0) Level AA requirements.
66

7-
8-
Please refer to the <a href="colours">Colours</a> section for more information on colour contrast and accessibility.
7+
Please refer to the <a href="colours">Colors</a> section for more information on color contrast and accessibility.
98

109
### Sizes
1110

0 commit comments

Comments
 (0)