fix(docs): Correct spelling of Bezier to Bézier with accented "e"
This commit is contained in:
parent
acb9b0d10e
commit
965585f368
8 changed files with 10 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue