diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc index 542777b595a0..585df0613348 100644 --- a/docs/content/guide/services.ngdoc +++ b/docs/content/guide/services.ngdoc @@ -130,7 +130,7 @@ injection of `$window`, `$scope`, and our `notify` service:
-**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) your +**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming)) your code, your variable names will get renamed unless you use one of the annotation techniques above.