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

Commit 9a09f1d

Browse files
theLearningChancaitp
authored andcommitted
docs(tutorial/step_05): improve formatting of code identifier
Closes #8557
1 parent e96be5b commit 9a09f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Because we started using dependency injection and our controller has dependencie
166166
controller in our tests is a bit more complicated. We could use the `new` operator and provide the
167167
constructor with some kind of fake `$http` implementation. However, Angular provides a mock `$http`
168168
service that we can use in unit tests. We configure "fake" responses to server requests by calling
169-
methods on a service called $httpBackend:
169+
methods on a service called `$httpBackend`:
170170

171171
```js
172172
describe('PhoneCat controllers', function() {

0 commit comments

Comments
 (0)