docs: 修改错字

This commit is contained in:
轻剑快马 2019-03-15 03:38:06 +08:00 committed by 雪狼
parent 58698d37da
commit 69cb44f121
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ calls the lifecycle hook methods in the following sequence at specific moments:
Cleanup just before Angular destroys the directive/component. Cleanup just before Angular destroys the directive/component.
Unsubscribe Observables and detach event handlers to avoid memory leaks. Unsubscribe Observables and detach event handlers to avoid memory leaks.
当 Angular 每次销毁指令/组件之前调用并清扫。 当 Angular 每次销毁指令/组件之前调用并清扫。
在这儿反订阅可观察对象和分离事件处理器,以防内存泄漏。 在这儿反订阅可观察对象和分离事件处理器,以防内存泄漏。
Called _just before_ Angular destroys the directive/component. Called _just before_ Angular destroys the directive/component.