diff --git a/docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element/content.md b/docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element/content.md index f5a06d238..6bc2897da 100644 --- a/docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element/content.md +++ b/docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element/content.md @@ -11,7 +11,7 @@ This allows you to apply common styling and functional rules to the entire set o The current forms includes 6 inputs and we will want each pair to be visually and logically grouped together. -Create **3 fieldsets** by wrapping them around the markup responsible for displaing the form fields: +Create **3 fieldsets** by wrapping them around the markup responsible for displaying the form fields: ```html add={1,10}