docs: fix grammatical errors in the guides and API documentation (#29928)

Fix grammatical errors in the DI and HttpClient guides as well as the Resolve API documentaiton.

There is no associated issue.

PR Close #29928
This commit is contained in:
Trevor Karjanis
2019-04-16 10:13:14 -05:00
committed by Ben Lesh
parent 0f9230d018
commit 9873356bd0
3 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ export type CanDeactivateFn<T> =
/**
* @description
*
* Interface that class can implement to be a data provider.
* Interface that classes can implement to be a data provider.
*
* ```
* class Backend {