Skip to content

Commit 22f46cf

Browse files
authored
Merge pull request #447 from ys8906/patch-1
Fix a typo
2 parents 2441c27 + 2a8cdc6 commit 22f46cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reconciliation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ React でそのアルゴリズムを使った場合、1000 個の要素を表示
4343

4444
古い `Counter` は破棄され、新しいものが再マウントされます。
4545

46-
>捕捉
46+
>補足
4747
>
4848
>これらのコードはレガシーとみなされるため、新規コードでは[使用を避ける](/blog/2018/03/27/update-on-async-rendering.html)べきです:
4949
>
@@ -79,7 +79,7 @@ React でそのアルゴリズムを使った場合、1000 個の要素を表示
7979

8080
次に、`render()` メソッドが呼ばれ、差分アルゴリズムが再帰的に前の結果と新しい結果を処理します。
8181

82-
>捕捉
82+
>補足
8383
>
8484
>これらのコードはレガシーとみなされるため、新規コードでは[使用を避ける](/blog/2018/03/27/update-on-async-rendering.html)べきです:
8585
>

0 commit comments

Comments
 (0)