From 085a033a789741ba33f56fbb20ed91039a9d66dc Mon Sep 17 00:00:00 2001 From: mergerg <64447714+raphaelsiz@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:03:19 -0700 Subject: [PATCH] proofread en.md wrong "to" --- .../tutorials/pattern-design/completing-the-neck-opening/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/tutorials/pattern-design/completing-the-neck-opening/en.md b/markdown/dev/tutorials/pattern-design/completing-the-neck-opening/en.md index 5b4aabc9270..e268194d357 100644 --- a/markdown/dev/tutorials/pattern-design/completing-the-neck-opening/en.md +++ b/markdown/dev/tutorials/pattern-design/completing-the-neck-opening/en.md @@ -127,7 +127,7 @@ function draftBib({ 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