Skip to content

Commit 35a1d5b

Browse files
authored
Update groups.md
Fixed misspelling.
1 parent 541ab06 commit 35a1d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ would produce (simplified) HTML output something like this:
4141
</fieldset>
4242
```
4343

44-
You can change the default `fieldset` tag by passing the `tag` property to the `<vue-form-genator />` component in your markup.
44+
You can change the default `fieldset` tag by passing the `tag` property to the `<vue-form-generator />` component in your markup.
4545

4646
```html
4747
<vue-form-generator tag="div" :model="model" :schema="schema" :options="options"></vue-form-generator>
48-
```
48+
```

0 commit comments

Comments
 (0)