Fix pluralisation

pull/2373/head
Rich Harris 6 years ago committed by GitHub
parent b68584ec2a
commit 795d9b7e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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