From 69cb44f121e7a0058a21d7bf01de1b0d06c70099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=BB=E5=89=91=E5=BF=AB=E9=A9=AC?= Date: Fri, 15 Mar 2019 03:38:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E9=94=99=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index 97d626e719..ccc5a165f3 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -244,7 +244,7 @@ calls the lifecycle hook methods in the following sequence at specific moments: Cleanup just before Angular destroys the directive/component. Unsubscribe Observables and detach event handlers to avoid memory leaks. - 没当 Angular 每次销毁指令/组件之前调用并清扫。 + 每当 Angular 每次销毁指令/组件之前调用并清扫。 在这儿反订阅可观察对象和分离事件处理器,以防内存泄漏。 Called _just before_ Angular destroys the directive/component.