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

Commit 186a68f

Browse files
moroshkobtford
authored andcommitted
docs(guide/services): minor fixes
1 parent 46bd6dc commit 186a68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/services.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you'll also want to {@link services#creating-services create your own}.
1919

2020
<div class="alert alert-info">
2121
**Note:** Like other core Angular identifiers built-in services always start with `$`
22-
(i.e. `$http`).
22+
(e.g. `$http`).
2323
</div>
2424

2525

@@ -129,7 +129,7 @@ injection of `$window`, `$scope`, and our `notify` service:
129129
</file>
130130
</example>
131131

132-
<div class="alert alert-error">
132+
<div class="alert alert-danger">
133133
**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming) your code,
134134
your variable names will get renamed unless you use one of the annotation techniques above.
135135
</div>

0 commit comments

Comments
 (0)