Skip to content

Commit

Permalink
nit: Fixing grammar error in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel authored and sinedied committed Sep 1, 2022
1 parent 7d42700 commit 428fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If no method is specified, the mock will be used for any HTTP method.
#### Server route and named route parameters
Use any combination of folders or hash-separated components to specify the server route.

For example `api/example/get_hello.json` is equivalent to `get_api#example#hello.json` and will repond to
For example `api/example/get_hello.json` is equivalent to `get_api#example#hello.json` and will respond to
`GET api/example/hello` requests.

Additionaly, any route component can be defined as a route parameter by prefixing the name with `@`, for example
Expand Down

0 comments on commit 428fb25

Please sign in to comment.