diff --git a/docs/routing/dynamic-routes.md b/docs/routing/dynamic-routes.md index c57da6792c42f..fe79f2d9fb437 100644 --- a/docs/routing/dynamic-routes.md +++ b/docs/routing/dynamic-routes.md @@ -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"] }