We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f8072 commit e874a5aCopy full SHA for e874a5a
content/docs/thinking-in-react.md
@@ -46,7 +46,7 @@ React のすばらしい特長がいくつもありますが、あなたがど
46
47
1. **`FilterableProductTable`(オレンジ色):** このサンプル全体を含む
48
2. **`SearchBar`(青色):** すべての *ユーザー入力* を受け付ける
49
- 3. **`ProductTable`(緑色):** *ユーザー入力* に基づく *データの集合* を表示・フィルターする
+ 3. **`ProductTable`(緑色):** *ユーザー入力* に基づく *データの集合* を表示・フィルタする
50
4. **`ProductCategoryRow`(水色):** *カテゴリ* を見出しとして表示する
51
5. **`ProductRow`(赤色):** 各 *商品* を 1 行で表示する
52
0 commit comments