1
0
Fork 0

fix(docs): Correct small typos

This commit is contained in:
Benjamin F 2022-12-14 12:52:37 -08:00
parent 265833d419
commit fea16617d4
31 changed files with 36 additions and 36 deletions

View file

@ -30,6 +30,6 @@ const options = {
## Notes
This will return an object with `toAbs` and `fromAbs` properties that calculate
the option's absolute and relative values based on a measurment. Refer to
the option's absolute and relative values based on a measurement. Refer to
[snapped percentage options](/reference/api/part/config/options/pct/snap) for
more details.

View file

@ -75,6 +75,6 @@ The fourth parameter controls the precision. Lower numbers make the check less p
Typically, you don't need to worry about precision. But occasionally, you may
get unexpected results because of floating point errors, rounding errors, or
cubic bezier juggling.
cubic Bezier juggling.
When that happens, you can lower the precision so you get what you expect.

View file

@ -62,4 +62,4 @@ bool utils.pointOnCurve(
## Notes
Keep in mind that calculations with Bezier curves are often aproximations.
Keep in mind that calculations with Bezier curves are often approximations.