From 1034acb0cff5990f5d9117a255f4d06146839790 Mon Sep 17 00:00:00 2001 From: sphawkcn Date: Wed, 8 Apr 2020 16:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除多余的英文:`In the next section, define an ` --- aio/content/tutorial/toh-pt2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt2.md b/aio/content/tutorial/toh-pt2.md index ac3733e72a..1921a57870 100644 --- a/aio/content/tutorial/toh-pt2.md +++ b/aio/content/tutorial/toh-pt2.md @@ -214,7 +214,7 @@ The parentheses around `click` tell Angular to listen for the `
  • ` element's When the user clicks in the `
  • `, Angular executes the `onSelect(hero)` expression. -In the next section, define an `click` 外面的圆括号会让 Angular 监听这个 `
  • ` 元素的 `click` 事件。 +`click` 外面的圆括号会让 Angular 监听这个 `
  • ` 元素的 `click` 事件。 当用户点击 `
  • ` 时,Angular 就会执行表达式 `onSelect(hero)`。 `onSelect()` method in `HeroesComponent` to