Skip to content

Commit 85a7c08

Browse files
committed
[css-snappoints] Minor editorial changes to overview.
1 parent f85ad4e commit 85a7c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-snappoints/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ <h2 id="overview">Overview</h2>
161161
This module introduces control over <a>scroll snap positions</a>,
162162
which are scroll positions that produce particular alignments
163163
of content within a scrollable viewport.
164-
Using the 'scroll-snap-type' propoperty on the relevant <a>scroll container</a>,
164+
Using the 'scroll-snap-type' property on the relevant <a>scroll container</a>,
165165
the author can request a particular bias
166166
for the viewport to land on a valid <a>snap position</a>
167-
during scrolling operations.
167+
after scrolling operations.
168168

169169
Valid <a>snap positions</a> can be specified
170170
as a particular alignment ('scroll-snap-align')
@@ -173,7 +173,7 @@ <h2 id="overview">Overview</h2>
173173
(its viewport, as reduced by 'scroll-snap-padding').
174174
This is conceptually equivalent to specifying the alignment of
175175
an <a>alignment subject</a> within an <a>alignment container</a>.
176-
The scroll position that satisfies the specified alignment
176+
A scroll position that satisfies the specified alignment
177177
is a valid <a>snap position</a>.
178178

179179
<a>Snap positions</a> must only affect the nearest ancestor

0 commit comments

Comments
 (0)