diff --git a/markdown/dev/reference/api/pattern/en.md b/markdown/dev/reference/api/pattern/en.md index 920717028ed..76014c53dc8 100644 --- a/markdown/dev/reference/api/pattern/en.md +++ b/markdown/dev/reference/api/pattern/en.md @@ -5,7 +5,7 @@ order: 15 The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern. It is the parametric blueprint that when instantiated with a user's measurements and -objects will generated a made-to-measure pattern. +objects will generate a made-to-measure pattern. ## Pattern constructor @@ -21,17 +21,6 @@ Refer to the [settings documentation](/reference/api/settings/) for an exhaustiv ## Pattern properties -| Property | Description | -| --------:| ----------- | -| `config` | The pattern configuration | -| `is` | A string that will be set to `draft` or `sample` when you respectively draft or sample a pattern. | -| `options` | The options as set by the user | -| `parts` | A plain object to hold your parts | -| `Part` | The [Part](/reference/api/part) constructor | -| `settings` | The settings as set by the user | -| `store` | A [Store](/reference/api/store) instance | -| `svg` | An [Svg](/reference/api/svg) instance | - - `settings` : The settings as set by the user - `options` : the options as set by the user - `config` : The pattern configuration @@ -39,8 +28,7 @@ Refer to the [settings documentation](/reference/api/settings/) for an exhaustiv - `Part` : The [Part](/reference/api/part) constructor - `store` : A [Store](/reference/api/store) instance - `svg` : An [Svg](/reference/api/svg) instance - - `is` : A string that will be set to `draft` or `sample` when you respectively draft or sample a pattern. - This allows plugins that hook into your pattern to determine what to do in a given scenario. + - `is` : A string that will be set to `draft` or `sample` when you respectively draft or sample a pattern. This allows plugins that hook into your pattern to determine what to do in a given scenario. ## Pattern methods