docs: fix typo

This commit is contained in:
cning 2019-04-11 21:02:44 +01:00 committed by 雪狼
parent 5f508f7207
commit 7b47f10e49
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ If you specify the service class itself as the provider token, the default behav
In the following typical example, the `Logger` class itself provides a `Logger` instance.
在下面这个典型的例子中,`Logger` 类资深提供了 `Logger` 的实例。
在下面这个典型的例子中,`Logger` 类自身提供了 `Logger` 的实例。
<code-example path="dependency-injection/src/app/providers.component.ts" region="providers-logger">
</code-example>