aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/services.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/services.ngdoc')
-rw-r--r--docs/content/guide/services.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc
index 86458f5f..bc2a4f85 100644
--- a/docs/content/guide/services.ngdoc
+++ b/docs/content/guide/services.ngdoc
@@ -19,7 +19,7 @@ you'll also want to {@link services#creating-services create your own}.
<div class="alert alert-info">
**Note:** Like other core Angular identifiers built-in services always start with `$`
-(i.e. `$http`).
+(e.g. `$http`).
</div>
@@ -129,7 +129,7 @@ injection of `$window`, `$scope`, and our `notify` service:
</file>
</example>
-<div class="alert alert-error">
+<div class="alert alert-danger">
**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.
</div>