From b11d7204708c9b59b35327c684258cfd04d58736 Mon Sep 17 00:00:00 2001 From: Jeremy Emery Date: Mon, 9 Oct 2017 21:10:05 +0100 Subject: [PATCH] Fix typo Fix typo from `rotue` to `route` --- doc/book/features/helpers/url-helper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/features/helpers/url-helper.md b/doc/book/features/helpers/url-helper.md index 7ec17b14..ab0caca0 100644 --- a/doc/book/features/helpers/url-helper.md +++ b/doc/book/features/helpers/url-helper.md @@ -36,7 +36,7 @@ Where: - `$routeName` is the name of a route defined in the composed router. You may omit this argument if you want to generate the path for the currently matched request. -- `$rotueParams` is an array of substitutions to use for the provided route, with the +- `$routeParams` is an array of substitutions to use for the provided route, with the following behavior: - If a `RouteResult` is composed in the helper, and the `$routeName` matches it, the provided `$params` will be merged with any matched parameters, with