From fb3109af0bff7d2395395437e0a24391d9f39693 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Fri, 2 Feb 2024 06:52:36 -0800 Subject: [PATCH] fix(markdown): Add link to multisets in Settings doc --- markdown/dev/reference/settings/en.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 - -