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,7 @@
|
|||
title: "Path._curve()"
|
||||
---
|
||||
|
||||
The `Path._curve()` method draws a cubic Bezier curve
|
||||
The `Path._curve()` method draws a cubic Bézier curve
|
||||
from the current position via two control points to a given endpoint.
|
||||
However, the start control point is identical to the current position,
|
||||
so you do not need to provide it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue