Skip to content

Commit

Permalink
[web-animations-1] Fix typos in getKeyframes() processing section
Browse files Browse the repository at this point in the history
This fixes #2174.
  • Loading branch information
birtles committed Jan 9, 2018
1 parent 7c72c2c commit 07cdd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4690,7 +4690,7 @@ interface KeyframeEffect : KeyframeEffectReadOnly {
1. Let <var>property name</var> be the result of applying the
<a>animation property name to IDL attribute name</a> algorithm
to the property name of <var>declaration</var>.
1. Let <var>IDL value</var> be result of serializing the
1. Let <var>IDL value</var> be the result of serializing
the property value of <var>declaration</var> by passing
<var>declaration</var> to the algorithm to <a>serialize a CSS
value</a> [[!CSSOM]].
Expand Down

0 comments on commit 07cdd89

Please sign in to comment.