File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ show({ slug: "my-new-post" });
126
126
127
127
### Invokable Controllers
128
128
129
- If your controller is an invokable controller, you may simple invoke the imported Wayfinder function directly:
129
+ If your controller is an invokable controller, you may simply invoke the imported Wayfinder function directly:
130
130
131
131
``` ts
132
132
import StorePostController from " @actions/App/Http/Controllers/StorePostController" ;
@@ -186,7 +186,7 @@ const Page = () => (
186
186
);
187
187
```
188
188
189
- If your form action supports multiple methods and would like to specify a method, you can invoke additional methods on the ` form ` :
189
+ If your form action supports multiple methods and you would like to specify a method, additional methods can be invoked on the ` form ` :
190
190
191
191
``` tsx
192
192
import { store , update } from " @actions/App/Http/Controllers/PostController" ;
You can’t perform that action at this time.
0 commit comments