style: change to American English (#27266)

PR Close #27266
This commit is contained in:
onlyflix
2018-11-26 09:53:00 +01:00
committed by Jason Aden
parent ea2a3f8335
commit 0ff48a1266
5 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ const SELF_TOKEN_REGEX = new RegExp(`\s*${SELF_TOKEN}\s*,?`, 'g');
*
* 1. Overlap of animations
* Given that a CSS property cannot be animated in more than one place at the same time, it's
* important that this behaviour is detected and validated. The way in which this occurs is that
* important that this behavior is detected and validated. The way in which this occurs is that
* each time a style property is examined, a string-map containing the property will be updated with
* the start and end times for when the property is used within an animation step.
*