Skip to content

Commit e874a5a

Browse files
committed
docs(thinking-in-react): フィルター => フィルタ
1 parent 86f8072 commit e874a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/thinking-in-react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ React のすばらしい特長がいくつもありますが、あなたがど
4646

4747
1. **`FilterableProductTable`(オレンジ色):** このサンプル全体を含む
4848
2. **`SearchBar`(青色):** すべての *ユーザー入力* を受け付ける
49-
3. **`ProductTable`(緑色):** *ユーザー入力* に基づく *データの集合* を表示・フィルターする
49+
3. **`ProductTable`(緑色):** *ユーザー入力* に基づく *データの集合* を表示・フィルタする
5050
4. **`ProductCategoryRow`(水色):** *カテゴリ* を見出しとして表示する
5151
5. **`ProductRow`(赤色):***商品* を 1 行で表示する
5252

0 commit comments

Comments
 (0)