Skip to content

Commit 1b6d257

Browse files
committed
add more change
1 parent 7675c5c commit 1b6d257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/thinking-in-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Vì mô hình dữ liệu thường hiển thị dưới dạng chuỗi JSON, n
4444
Trong ứng dụng đơn giản dưới đây, bạn sẽ thấy chúng ta có 5 component, dữ liệu mà mỗi component hiển thị sẽ được in nghiêng
4545

4646
1. **`FilterableProductTable` (orange):** chứa toàn bộ cả ứng dụng
47-
2. **`SearchBar` (blue):** nơi *người dùng nhập dữ liệu*
48-
3. **`ProductTable` (green):** lọc và hiển thị *kết quả* dựa trên *dữ liệu đầu vào*
47+
2. **`SearchBar` (blue):** nơi *người dùng nhập từ khoá tìm kiếm*
48+
3. **`ProductTable` (green):** lọc và hiển thị *kết quả* dựa trên *từ khoá tìm kiếm*
4949
4. **`ProductCategoryRow` (turquoise):** hiển thị trương mục theo *thể loại*
5050
5. **`ProductRow` (red):** hiển thị *sản phẩm* theo từng dòng
5151

0 commit comments

Comments
 (0)