diff --git a/zh/reference/di.rst b/zh/reference/di.rst index 4494099964ea..04f346c2de02 100644 --- a/zh/reference/di.rst +++ b/zh/reference/di.rst @@ -423,7 +423,7 @@ Phalcon\\DI 提供服务的延迟加载。除非开发人员在注入服务的 )); }); -以上这两种服务的注册方式产生相同的结果。然后,通过数组定义的,在后面需要的时候,你可以修改服务参数: +以上这两种服务的注册方式产生相同的结果。然而,通过数组定义的,在后面需要的时候,你可以修改服务参数: .. code-block:: php @@ -557,4 +557,4 @@ Accessing the DI in a static way } -.. _`Inversion of Control`: http://en.wikipedia.org/wiki/Inversion_of_control \ No newline at end of file +.. _`Inversion of Control`: http://en.wikipedia.org/wiki/Inversion_of_control