From abbc8d84f0df0f3e04baa0ffac75073f5893e985 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 24 Mar 2018 08:38:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/lifecycle-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index fe7426eedd..9f752cddb4 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -266,7 +266,7 @@ calls the lifecycle hook methods in the following sequence at specific moments: ## Interfaces are optional (technically) -## 接口是可选的(严格来说) +## 接口是可选的(严格来说) The interfaces are optional for JavaScript and Typescript developers from a purely technical perspective. The JavaScript language doesn't have interfaces. @@ -311,7 +311,7 @@ control over how these libraries are used. ## Lifecycle examples -## 生命周期练习 +## 生命周期范例 The demonstrates the lifecycle hooks in action through a series of exercises