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

Commit 41dc7d5

Browse files
oneemanpkozlowski-opensource
authored andcommitted
docs(ngRoute): clarify JSDoc for caseInsensitiveMatch
Closes #10220
1 parent 0caa5ad commit 41dc7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngRoute/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function $RouteProvider() {
175175
* @description
176176
*
177177
* A boolean property indicating if routes defined
178-
* using this provider should be matched using a case sensitive
178+
* using this provider should be matched using a case insensitive
179179
* algorithm. Defaults to `false`.
180180
*/
181181
this.caseInsensitiveMatch = false;

0 commit comments

Comments
 (0)