Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7eee0c2

Browse files
committed
docs($route): fix typo (inluding --> including)
1 parent 2dc83b2 commit 7eee0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngRoute/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function $RouteProvider() {
185185
* route definition, will cause the latter to be ignored.
186186
*
187187
* - `[reloadOnUrl=true]` - `{boolean=}` - reload route when any part of the URL changes
188-
* (inluding the path) even if the new URL maps to the same route.
188+
* (including the path) even if the new URL maps to the same route.
189189
*
190190
* If the option is set to `false` and the URL in the browser changes, but the new URL maps
191191
* to the same route, then a `$routeUpdate` event is broadcasted on the root scope (without

0 commit comments

Comments
 (0)