diff --git a/aio/content/guide/dependency-injection-providers.md b/aio/content/guide/dependency-injection-providers.md index bf1e3d429a..a1568060db 100644 --- a/aio/content/guide/dependency-injection-providers.md +++ b/aio/content/guide/dependency-injection-providers.md @@ -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` 的实例。