docs: remove redundant whitespaces and fix minor typos (#33422)

PR Close #33422
This commit is contained in:
thanhpd
2019-10-26 21:35:03 +07:00
committed by Andrew Kushnir
parent 8b5ca670ad
commit 2f6c97e93c
52 changed files with 129 additions and 140 deletions

View File

@ -586,7 +586,7 @@ an interface is not a valid DI token because it is a TypeScript artifact that do
Use this abstract class interface to get the strong typing of an interface,
and also use it as a provider token in the way you would a normal class.
A class interface should define *only* the members that its consumers are allowed to call.
A class interface should define *only* the members that its consumers are allowed to call.
Such a narrowing interface helps decouple the concrete class from its consumers.