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
|
@ -2,7 +2,9 @@
|
|||
title: utils.curveEdge()
|
||||
---
|
||||
|
||||
The `utils.curveEdge()` function finds the edge of a cubic Bezier curve, given the curve, the edge to find ("top", "bottom", "left", or "right"), and the number of steps to divide the curve into while walking it.
|
||||
The `utils.curveEdge()` function finds the edge of a cubic Bézier curve,
|
||||
given the curve, the edge to find ("top", "bottom", "left", or "right"),
|
||||
and the number of steps to divide the curve into while walking it.
|
||||
|
||||
## Signature
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue