Skip to content

Commit b9e4d62

Browse files
A7xSVmhevery
authored andcommitted
docs(aio): remove services plurality (angular#20696)
remove services plurality for the sentence formation to be proper PR Close angular#20696
1 parent 71e5de6 commit b9e4d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/tutorial/toh-pt4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Tour of Heroes `HeroesComponent` is currently getting and displaying fake data.
44

55
After the refactoring in this tutorial, `HeroesComponent` will be lean and focused on supporting the view.
6-
It will also be easier to unit-test with a mock services.
6+
It will also be easier to unit-test with a mock service.
77

88
## Why services
99

0 commit comments

Comments
 (0)