Skip to content

Commit 712e42b

Browse files
authored
Merge pull request #315 from alexeykostevich/doc/standardize-spelling
Update spelling to use American English
2 parents 372fb6e + 6f581a8 commit 712e42b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/concepts/colours.md renamed to docs/concepts/colors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Colours
1+
# Colors
22

33
### Usage
44

55
#### Legibility
66

77
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.
88

9-
## Primary Colours
9+
## Primary Colors
1010

1111
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.
1212

13-
<!-- fix for styleguide selector in the colour pallets -->
13+
<!-- fix for styleguide selector in the color pallets -->
1414
<style>
1515
.text-xl + * {
1616
margin-top: 0;

docs/concepts/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
Please refer to the <a href="colours">Colors</a> section for more information on color contrast and accessibility.
9+
Please refer to the <a href="colors">Colors</a> section for more information on color contrast and accessibility.
1010

1111
### Sizes
1212

0 commit comments

Comments
 (0)