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

@ -2,7 +2,7 @@
title: Path.curve_()
---
The `Path.curve_()` method draws a cubic Bezier curve from the current position
The `Path.curve_()` method draws a cubic Bézier curve from the current position
via two control points to a given endpoint. However, the end control point is
identical to the end point.