Skip to content

Commit

Permalink
Removed unexpected word
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Jan 31, 2020
1 parent 48086c2 commit 82ca823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing/dynamic-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Matched parameters will be sent as a query parameter (`slug` in the example) to
{ "slug": ["a"] }
```

And in the case of `/api/post/a/b`, and any other matching path, new parameters will be added to the array, like so:
And in the case of `/post/a/b`, and any other matching path, new parameters will be added to the array, like so:

```json
{ "slug": ["a", "b"] }
Expand Down

0 comments on commit 82ca823

Please sign in to comment.