Skip to content

Commit 48e4668

Browse files
committed
Snarky comment update
1 parent a1c946f commit 48e4668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function($middlewareProvider)] {
121121
* Each middleware is processed in the order you list them.
122122
*
123123
* The principle is the same for ui.router and ngRoute.
124-
* I'll show you both just to cover all the bases.
124+
* I'll show you both to make sure the dead horse is sufficiently beaten.
125125
*/
126126

127127
/** ui.router */
@@ -193,4 +193,4 @@ function($middlewareProvider)] {
193193

194194
* `this.redirectTo(<string>)` can be called to immediately redirect to a given path _(ngRoute)_ or state name _(ui.router)_
195195

196-
* `this.params` is an object that contains the current route parameters
196+
* `this.params` is an object that contains the current route parameters

0 commit comments

Comments
 (0)