Skip to content

Commit b69df7e

Browse files
Update content/docs/faq-ajax.md
Co-Authored-By: JuanitoFatas <[email protected]>
1 parent d14575e commit b69df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-ajax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ React 可以搭配任何的 AJAX 專案。流行的專案有:[Axios](https://g
1616

1717
### 範例:利用 AJAX 來設定狀態 {#example-using-ajax-results-to-set-local-state}
1818

19-
以下組件示範了如何在 `componentDidMount` 利用 AJAX 來取出組件當下的狀態
19+
以下 Component 示範了如何在 `componentDidMount` 利用 AJAX 來取出 Component 當下的狀態
2020

2121
假設 API 回傳的 JSON 如下:
2222

0 commit comments

Comments
 (0)