diff options
Diffstat (limited to 'src/ng/route.js')
| -rw-r--r-- | src/ng/route.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/route.js b/src/ng/route.js index e47f8a5a..b52f4351 100644 --- a/src/ng/route.js +++ b/src/ng/route.js @@ -486,7 +486,7 @@ function $RouteProvider(){ } /** - * @returns interpolation of the redirect path with the parametrs + * @returns interpolation of the redirect path with the parameters */ function interpolate(string, params) { var result = []; |
