Skip to content

Commit

Permalink
Fix American-English in Sass docs Colour section
Browse files Browse the repository at this point in the history
  • Loading branch information
EoinShaughnessy committed Aug 12, 2021
1 parent 6b40a78 commit d844f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/govuk/helpers/_colour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
/// Make a colour darker by mixing it with black
///
/// @param {Colour} $colour - colour to shade
/// @param {Number} $percentage - percentage of `$colour` in returned color
/// @param {Number} $percentage - percentage of `$colour` in returned colour
/// @return {Colour}
/// @access public

Expand All @@ -86,7 +86,7 @@
/// Make a colour lighter by mixing it with white
///
/// @param {Colour} $colour - colour to tint
/// @param {Number} $percentage - percentage of `$colour` in returned color
/// @param {Number} $percentage - percentage of `$colour` in returned colour
/// @return {Colour}
/// @access public

Expand Down

0 comments on commit d844f36

Please sign in to comment.