Skip to content

Commit 7785f7b

Browse files
Update part3a.md
Polishing translation
1 parent cf10470 commit 7785f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/zh/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ app.post('/api/notes', (request, response) => {
925925
如果头中没有正确的值,服务器将不能正确地解析数据。它甚至不会尝试猜测数据的格式,因为有 [大量](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) 潜在的 <i>Content-Types</i>。
926926

927927
<!-- If you are using VS Code, then you should install the REST client from the previous chapter <i>now, if you haven't already</i>. The POST request can be sent with the REST client like this:-->
928-
如果你使用的是 VS Code,那么你应该安装上一章的 REST 客户端 <i>,如果你还没有的话 </i>。可以用 REST 客户端发送 POST 请求,就像这样。
928+
如果你使用的是 VS Code,那么你应该安装上一章中的 REST 客户端<i> 如果你还没有安装的话 </i>。POST请求可以像这样使用REST客户端发送:
929929

930930
![](../../images/3/20eb.png)
931931

0 commit comments

Comments
 (0)