diff --git a/markdown/dev/reference/settings/en.md b/markdown/dev/reference/settings/en.md index b34ae5d8519..a89ecae8ec8 100644 --- a/markdown/dev/reference/settings/en.md +++ b/markdown/dev/reference/settings/en.md @@ -4,7 +4,7 @@ title: Settings FreeSewing is all about parametric design, and the settings are the parameters we pass to a pattern when drafting it. Perhaps the most important of all -settings are the measurements, but there's other settings too. +settings are the measurements, but there are other settings too. ## Signature @@ -37,7 +37,9 @@ Below is a complete list of all supported properties in a settings object: ## Notes -You can pass multiple settings objects to a pattern in an array: +You can pass a +[multiple set of settings](/reference/api/pattern#multisets-in-freesewing) +objects in an array to the pattern constructor: ```js new pattern([ @@ -50,6 +52,3 @@ new pattern([ ]) ``` -Add link to multiset docs - -