Skip to content

Commit 73be135

Browse files
authored
docs: fix typo in intent button docs (#346)
1 parent 30466c2 commit 73be135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intent-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A submit button can contribute to the form data when it triggers the submission
1515

1616
### Submission Intent
1717

18-
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.
18+
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.
1919

2020
```tsx
2121
import { useForm } from '@conform-to/react';

0 commit comments

Comments
 (0)