Skip to content

Commit bb13fc5

Browse files
authored
Grammar Check of README.md
1 parent d4467fc commit bb13fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ show({ slug: "my-new-post" });
126126

127127
### Invokable Controllers
128128

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:
130130

131131
```ts
132132
import StorePostController from "@actions/App/Http/Controllers/StorePostController";
@@ -186,7 +186,7 @@ const Page = () => (
186186
);
187187
```
188188

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`:
190190

191191
```tsx
192192
import { store, update } from "@actions/App/Http/Controllers/PostController";

0 commit comments

Comments
 (0)