Skip to content

Commit 7f69d1f

Browse files
authored
fix: typo (#1092)
1 parent 677e69e commit 7f69d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/03-promise-chaining/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fetch('/article/promise-chaining/user.json')
252252
});
253253
```
254254

255-
`fetch` 返回的 `response` 对象还包含 `response.json()` 方法,该方法可以读取远程数据并将其解析为 JSON。在我们的例子中,这更加方便,所以我们用这个方法把
255+
`fetch` 返回的 `response` 对象还包含 `response.json()` 方法,该方法可以读取远程数据并将其解析为 JSON。在我们的例子中,这更加方便,所以我们用这个方法吧
256256

257257
为了简洁,我们还将使用箭头函数:
258258

0 commit comments

Comments
 (0)