From 5cc245013b3a4e814fb73996b3096e620bf3e3a3 Mon Sep 17 00:00:00 2001 From: Or Neeman Date: Tue, 25 Nov 2014 17:47:17 -0600 Subject: [PATCH] docs(ngRoute): clarify JSDoc for caseInsensitiveMatch --- src/ngRoute/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 0ff11ed80341..ad7bbc710b48 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -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;