Skip to content

Commit

Permalink
docs: fix typo in intent button docs (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsears18 authored Nov 23, 2023
1 parent 30466c2 commit 73be135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intent-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A submit button can contribute to the form data when it triggers the submission

### Submission Intent

The submitter is particular useful when you want to extend the form with different behaviour based on the intent. However, it also pollutes the form value with data that are used to control form behaviour.
The submitter is particularly useful when you want to extend the form with different behaviour based on the intent. However, it also pollutes the form value with data that are used to control form behaviour.

```tsx
import { useForm } from '@conform-to/react';
Expand Down

0 comments on commit 73be135

Please sign in to comment.