Skip to content

Commit cbf34ed

Browse files
committed
[scroll-animations-1] Editorial: 'a element' → 'an element'
1 parent 0621996 commit cbf34ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ A <dfn>scroll timeline offset</dfn> is provided by authors and determines a
445445
There are two types of scroll timeline offset: [=container-based offset=], and
446446
[=element-based offset=]. To <dfn>resolve a scroll timeline offset</dfn> into an
447447
[=effective scroll offset=], run the procedure to [=resolve a container-based
448-
offset=] or to [=resolve a element-based offset=] depending on the offset type.
448+
offset=] or to [=resolve an element-based offset=] depending on the offset type.
449449
It is possible for a [=scroll timeline offset=] to be resolved to null.
450450

451451
The <dfn>effective start offset</dfn> is the [=effective scroll offset=] that is
@@ -528,7 +528,7 @@ checked anywhere.
528528
</div>
529529

530530

531-
The procedure to <dfn>resolve a element-based offset</dfn> given
531+
The procedure to <dfn>resolve an element-based offset</dfn> given
532532
<var>offset</var> is as follows:
533533

534534
1. If {{source}} is null, does not currently have a [=CSS layout box=], or if

0 commit comments

Comments
 (0)