docs(ngRoute): clarify JSDoc for caseInsensitiveMatch

Closes #10220
This commit is contained in:
Or Neeman
2014-11-25 17:47:17 -06:00
committed by Pawel Kozlowski
parent 0caa5ad83f
commit 41dc7d5ebd

View File

@@ -175,7 +175,7 @@ function $RouteProvider() {
* @description
*
* A boolean property indicating if routes defined
* using this provider should be matched using a case sensitive
* using this provider should be matched using a case insensitive
* algorithm. Defaults to `false`.
*/
this.caseInsensitiveMatch = false;