File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments