diff --git a/docs/lib-bezier_smooth.md b/docs/lib-bezier_smooth.md index 7db71d13..4ab9057d 100644 --- a/docs/lib-bezier_smooth.md +++ b/docs/lib-bezier_smooth.md @@ -1,6 +1,6 @@ # bezier_smooth -Given a path, the bezier_smooth function uses bazier curves to smooth all corners. You can use it to create smoothier lines or rounded shapes. +Given a path, the `bezier_smooth` function uses bazier curves to smooth all corners. You can use it to create smooth lines or rounded shapes. Dependencies: the `bezier_curve` function.