Skip to content

Commit 6b20836

Browse files
fix spelling error
1 parent 6c31d71 commit 6b20836

File tree

1 file changed

+1
-1
lines changed
  • docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element

1 file changed

+1
-1
lines changed

docs/demo/src/content/tutorial/1-forms-css/3-fieldset/1-fieldset-element/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This allows you to apply common styling and functional rules to the entire set o
1111

1212
The current forms includes 6 inputs and we will want each pair to be visually and logically grouped together.
1313

14-
Create **3 fieldsets** by wrapping them around the markup responsible for displaing the form fields:
14+
Create **3 fieldsets** by wrapping them around the markup responsible for displaying the form fields:
1515

1616
```html add={1,10}
1717
<fieldset>

0 commit comments

Comments
 (0)