fix(docs): Correct small typos
This commit is contained in:
parent
265833d419
commit
fea16617d4
31 changed files with 36 additions and 36 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue