Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#7372)
Browse files Browse the repository at this point in the history
"I accepts terms & conditions" > "I accept terms and conditions"
  • Loading branch information
dannya authored Jan 18, 2025
1 parent d031504 commit c29a6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@docs/demos/src/demos/form/Form.demo.nested.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Demo() {
{...form.getInputProps('user.lastName')}
/>
<Checkbox
label="I accepts terms & conditions"
label="I accept terms and conditions"
mt="sm"
key={form.key('terms')}
{...form.getInputProps('terms', { type: 'checkbox' })}
Expand Down Expand Up @@ -72,7 +72,7 @@ function Demo() {
{...form.getInputProps('user.lastName')}
/>
<Checkbox
label="I accepts terms & conditions"
label="I accept terms and conditions"
mt="sm"
key={form.key('terms')}
{...form.getInputProps('terms', { type: 'checkbox' })}
Expand Down

0 comments on commit c29a6c6

Please sign in to comment.