docs(aio): remove services plurality (#20696)
remove services plurality for the sentence formation to be proper PR Close #20696
This commit is contained in:
parent
71e5de646b
commit
b9e4d62d5a
|
@ -3,7 +3,7 @@
|
|||
The Tour of Heroes `HeroesComponent` is currently getting and displaying fake data.
|
||||
|
||||
After the refactoring in this tutorial, `HeroesComponent` will be lean and focused on supporting the view.
|
||||
It will also be easier to unit-test with a mock services.
|
||||
It will also be easier to unit-test with a mock service.
|
||||
|
||||
## Why services
|
||||
|
||||
|
|
Loading…
Reference in New Issue