Asqatasun / Contrast-Finder

Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
56 stars 18 forks source link

Spelling Error #83

Closed scottaohara closed 7 years ago

scottaohara commented 7 years ago

Observed behaviour

There is a spelling error when displaying a valid contract color combination. The text reads: "The choosen colors are already good" but "chosen" has an extra "o"

screen shot 2017-08-01 at 7 18 37 am

Expected behaviour

Correct "choosen" to "chosen"

Steps to reproduce the behaviour

Input a valid contract color combination

Your configuration

Latest FireFox on MacOS Text color rgb(255,105,121) Background color #333 Minimum ratio 4.5

mfaure commented 7 years ago

ouch, nice catch @scottaohara !

Work in progress in #84

dzc34 commented 7 years ago

Fixed in develop branch. Will be included in the next minor version. Thank @scottaohara for your bug report and @mfaure for the fix.