Correct mis-use of "it's"

This commit is contained in:
Dan Wallis 2022-04-13 11:43:59 +01:00
parent ac7daa516f
commit 6af9a2e2a4
No known key found for this signature in database
GPG key ID: 1CB3140D2C4E59EE
14 changed files with 29 additions and 29 deletions

View file

@ -159,7 +159,7 @@ Function `animate` accepts 3 parameters that essentially describes the animation
}
```
It's graph:
Its graph:
![](linear.svg)
That's just like `transition-timing-function: linear`. There are more interesting variants shown below.