Skip to content

Commit 1f085c8

Browse files
numb86koba04
authored andcommitted
fix typo (#290)
1 parent 415f3cf commit 1f085c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/implementation-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class DOMComponent {
554554

555555
### composite コンポーネントの更新 {#updating-composite-components}
556556

557-
composite コンポーネントが新たな要素を受け取るときに、`componentWillUpdate()' ライフサイクルメソッドを実行します。
557+
composite コンポーネントが新たな要素を受け取るときに、`componentWillUpdate()` ライフサイクルメソッドを実行します。
558558

559559
それからコンポーネントを新たな props で再レンダーし、レンダーされた次の要素を取得します:
560560

0 commit comments

Comments
 (0)