Skip to content

Commit 1d64f96

Browse files
Merge branch 'master' into feature/frontmatter
2 parents a2c94ef + 98018f8 commit 1d64f96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

essentials/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Community involvement and contributions are one of the most important aspects of
1111

1212
### FormKit Discord server (generalized help & discussion)
1313

14-
If you're in need of more generalized help or want to make connections within the FormKit community — consider joining the official FormKit Discord (used for both FormKit and Vue Formulate — FormKit's predecessor). Over 230 developers along with the core team hang around in there. If you are not already a member (it's free and open), you'll need to use the following invite link to join the server.
14+
If you're in need of more generalized help or want to make connections within the FormKit community — consider joining the official FormKit Discord (used for both FormKit and Vue Formulate — FormKit's predecessor). Over 275 developers along with the core team hang around in there. If you are not already a member (it's free and open), you'll need to use the following invite link to join the server.
1515

1616
<LinkDiscord></LinkDiscord>
1717

essentials/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tabs="html"></example>
6868
In addition to the four methods listed above, more generalized overrides are also available, like overriding an input’s schema, using the <code>classes</code> node hook, or utilizing slots.
6969
</callout>
7070

71-
## Sectio-key class props
71+
## Section-key class props
7272

7373
The simplest way to modify the classes of an element inside a FormKit input is via the `{section-key}-class` props. To add a class to a specific section element, like `label`, you simply add the `label-class` prop.
7474

essentials/what-is-formkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FormKit is designed to be _the_ destination for all your form needs, whether [fo
2828

2929
### Easy to learn 📚
3030

31-
Developers love to learn — but no one enjoys pouring over third-party APIs and configuration options. That's why FormKit uses a single component for all of its [inputs]/essentials/inputs. `<FormKit>` is the only component you need to know to get started — and it works just like you would expect an `<input>` tag to work:
31+
Developers love to learn — but no one enjoys pouring over third-party APIs and configuration options. That's why FormKit uses a single component for all of its [inputs](/essentials/inputs). `<FormKit>` is the only component you need to know to get started — and it works just like you would expect an `<input>` tag to work:
3232

3333
<example
3434
name="Text input"

0 commit comments

Comments
 (0)