Fix pluralisation

pull/7738/head
Rich Harris 7 years ago committed by GitHub
parent 14e246db21
commit bf97200f03

@ -440,7 +440,7 @@ When the value of an `<option>` matches its text content, the attribute can be o
</select> </select>
``` ```
#### Media elements bindings #### Media element bindings
--- ---
@ -470,7 +470,7 @@ Media elements (`<audio>` and `<video>`) have their own set of bindings — four
></video> ></video>
``` ```
#### Block-level elements bindings #### Block-level element bindings
--- ---
@ -766,7 +766,7 @@ If a transition returns a function instead of a transition object, the function
--- ---
#### Transitions events #### Transition events
An element with transitions will dispatch the following events in addition to any standard DOM events: An element with transitions will dispatch the following events in addition to any standard DOM events:

Loading…
Cancel
Save