We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb13fc5 commit 9199c94Copy full SHA for 9199c94
README.md
@@ -186,7 +186,7 @@ const Page = () => (
186
);
187
```
188
189
-If your form action supports multiple methods and you would like to specify a method, additional methods can be invoked on the `form`:
+If your form action supports multiple methods and would like to specify a method, you can invoke additional methods on the `form`:
190
191
```tsx
192
import { store, update } from "@actions/App/Http/Controllers/PostController";
0 commit comments