Skip to content

Commit

Permalink
Merge pull request #2308 from alphagov/fix-typo-sass-docs
Browse files Browse the repository at this point in the history
Fix American English in Sass docs Colour section
  • Loading branch information
EoinShaughnessy authored Aug 12, 2021
2 parents 6b40a78 + d844f36 commit 8701713
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 8701713

Please sign in to comment.