1
0
Fork 0

proofread en.md

wrong "to"
This commit is contained in:
mergerg 2023-03-21 23:03:19 -07:00 committed by GitHub
parent 8715889d7e
commit 085a033a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ function draftBib({
</Example>
To add the points, we're using the `Point.flipX()` and `Point.flipY()` methods
here. There's a few new Path methods to, like `close()` and `addClass()`.
here. There's a few new Path methods too, like `close()` and `addClass()`.
Perhaps you can figure out what they do? If not, both [the Point
documentation](/reference/api/point/) and [the Path