Skip to content

Commit 497c572

Browse files
authored
Merge pull request #2396 from dvnvo/patch-2
fix: Chinese Translation
2 parents ed2b3d3 + 5f8fba8 commit 497c572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/zh/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ HTML代码几乎相同,但JavaScript文件不同(<i>spa.js</i>),而且
655655
<!-- The SPA version of the app does not send the form data in the traditional way, but instead uses the JavaScript code it fetched from the server.-->
656656
应用的SPA版本没有以传统方式发送表单数据,而是使用了它从服务器上获取的JavaScript代码。
657657
<!-- We'll look into this code a bit, even though understanding all the details of it is not important just yet.-->
658-
我们将研究一下这段代码,尽管还不重要理解它的所有细节
658+
我们将研究一下这段代码,尽管现在了解它的所有细节并不重要
659659
660660
```js
661661
var form = document.getElementById('notes_form')

0 commit comments

Comments
 (0)