1
0
Fork 0

fix(docs): Correct spelling of Bezier to Bézier with accented "e"

This commit is contained in:
Benjamin F 2022-12-23 21:56:40 -08:00
parent acb9b0d10e
commit 965585f368
8 changed files with 10 additions and 8 deletions

View file

@ -136,7 +136,7 @@ If you've read through the high-level [Pattern guide](/guides/patterns) you
will have learned that paths always start with a `move()` operation. In this
case, we moved to our `right` points.
From there, we drew a cubic Bezier curve to our `bottom` point by using
From there, we drew a cubic Bézier curve to our `bottom` point by using
`rightCp1` and `bottomCp2` as control points.
When all is said and done, we now have a quarter of our neck opening.