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

@ -53,7 +53,7 @@ const pattern = new Florence([
We refer to these *multiple sets of settings* as **multisets**.
It is what powers FreeSewing's [sampling capabilities](/reference/api/pattern/sample) but
it also allows you to draft some pattern parts with one set of measurements, and other parts
with another set. For example if you have an asymetric model to fit.
with another set. For example if you have an asymmetric model to fit.
<Note>

View file

@ -39,4 +39,4 @@ the following properties:
| `settings` | The (sets of) settings used to draft the pattern |
| `stacks` | A plain object holding the drafted stacks |
| `svg` | An [Svg Object](/reference/api/svg/) object with the `preRender` hook applied |
| `width` | Widht of the drafted pattern in `mm` |
| `width` | Width of the drafted pattern in `mm` |

View file

@ -18,7 +18,7 @@ Pattern pattern.on(string hook, function method)
<Tip>
Refer to [the Lifecycle hooks documentation](/reference/hooks/) for a list
of all availalble lifecycle hooks, as well as the signature of the function you
of all available lifecycle hooks, as well as the signature of the function you
should pass it.
</Tip>

View file

@ -44,7 +44,7 @@ could hold `modelName2` for example.
By passing this second parameter, you can put the _focus_ on one of the models,
which will influence the render style, and make it
easier to see a comparison between a given set of measrurements, and the rest.
easier to see a comparison between a given set of measurements, and the rest.
Alternatively, you can use the `Pattern.sample()` method and set `settings.sample.focus` to the key
identifying your model in the models object.