Skip to content

Commit e45df10

Browse files
committed
[css-timing-functions-1] Couple of minor typos
1 parent a400199 commit e45df10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-timing-functions/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Introduction {#introduction}
2828

2929
It is often desirable to control the rate at which an animation progresses.
3030
For example, gradually increasing the speed at which an element moves can
31-
give the element a sense weight as it appears to gather momentum.
31+
give the element a sense of weight as it appears to gather momentum.
3232
This can be used to produce user intuitive interface elements or convincing
3333
cartoon props that behave like their physical counterparts.
3434
Alternatively, it is sometimes desirable for animation to move forwards in
@@ -58,7 +58,7 @@ A <dfn export>timing function</dfn> takes an [=input progress value=] and
5858
produces an [=output progress value=].
5959

6060
A [=timing function=] must be a pure function meaning that for a given set of
61-
inputs, it always produce the same [=output progress value=].
61+
inputs, it always produces the same [=output progress value=].
6262

6363
The <dfn>input progress value</dfn> is a real number in the range [-&infin;,
6464
&infin;].

0 commit comments

Comments
 (0)