Skip to content

Commit ac7c594

Browse files
meduzenastearns
authored andcommitted
Fix typo in CSS scroll-snap overview
1 parent e62445c commit ac7c594

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-scroll-snap-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Snap Events {#snap-events}
320320
<dl>
321321
<dt><code>SnapEvent . target</code></dt>
322322
<dd>
323-
This is the scroll container of the the snapped-to element.
323+
This is the scroll container of the snapped-to element.
324324
</dd>
325325
<dt><code>SnapEvent . snappedTargets</code></dt>
326326
<dd>
@@ -358,7 +358,7 @@ Snap Events {#snap-events}
358358
<tr><th>Composed</th><td>Yes</td></tr>
359359
<tr><th>Default action</th><td>None</td></tr>
360360
<tr><th>Context<br/>(trusted events)</th><td><ul>
361-
<li>{{Event}}.{{Event/target}} : scroll container of the the snapped-to element</li>
361+
<li>{{Event}}.{{Event/target}} : scroll container of the snapped-to element</li>
362362
<li>{{SnapEvent}}.{{snappedTargets}} : an object with 2 keys for each axis, each key returns an array of snapped targets</li>
363363
<li>{{SnapEvent}}.{{snapTargets}} : an object with 2 keys for each axis, each key returns an array of the aggregated snap children</li>
364364
<li>{{SnapEvent}}.{{invokedProgrammatically}} : a boolean informing developers if a user or script invoked scroll that caused <a>snapChanged</a></li>
@@ -380,7 +380,7 @@ Snap Events {#snap-events}
380380
<tr><th>Composed</th><td>Yes</td></tr>
381381
<tr><th>Default action</th><td>None</td></tr>
382382
<tr><th>Context<br/>(trusted events)</th><td><ul>
383-
<li>{{Event}}.{{Event/target}} : scroll container of the the snapped-to element.</li>
383+
<li>{{Event}}.{{Event/target}} : scroll container of the snapped-to element.</li>
384384
<li>{{SnapEvent}}.{{snappedTargets}}
385385
<li>{{SnapEvent}}.{{snapTargets}} : an object with 2 keys for each axis, each key returns an array of the aggregated snap children.</li>
386386
<li>{{SnapEvent}}.{{invokedProgrammatically}} : a boolean informing developers if a user or script invoked scroll that caused <a>snapChanged.</a></li>
@@ -469,4 +469,4 @@ Physical Longhands for 'scroll-start-target' {#scroll-start-target-longhands-phy
469469
Animation type: not animatable
470470
</pre>
471471

472-
...
472+
...

0 commit comments

Comments
 (0)