Skip to content

Commit d501c29

Browse files
authored
Merge pull request #4255 from sivejo/patch-1
Fix minor wording in part1a.md
2 parents f51de9f + eee130a commit d501c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/zh/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ part2
732732
课程的每一章节都有一个目录,每个目录下面还有一系列练习的目录,如第1章节的“unicafe”。
733733

734734
<!-- Most of the exercises of the course build a larger application, eg. courseinfo, unicafe and anecdotes in this part, bit by bit. It is enough to submit the completed application. You can make a commit after each exercise, but that is not compulsory. For example the course info app is built in exercises 1.1.-1.5. It is just the end result after 1.5 that you need to submit! -->
735-
课程中的大多数联系都会一点一点地构成更大的应用,比如这一章节的courseinfo、unicafe和anecdotes。只要上交最终完成的应用就可以了。你可以每完成一道练习就在git中做一次提交,但这不是必须的。比如练习1.1.~1.5会构建一个课程信息的应用,只需要上交完成1.5后的成果就可以了!
735+
课程中的大多数练习都会一点一点地构成更大的应用,比如这一章节的courseinfo、unicafe和anecdotes。只要上交最终完成的应用就可以了。你可以每完成一道练习就在git中做一次提交,但这不是必须的。比如练习1.1.~1.5会构建一个课程信息的应用,只需要上交完成1.5后的成果就可以了!
736736

737737
<!-- For each web application for a series of exercises, it is recommended to submit all files relating to that application, except for the directory <i>node\_modules</i>.-->
738738
对于每道Web应用的系列练习,建议上交所有与该应用有关的文件,除了目录<i>node\_modules</i>。

0 commit comments

Comments
 (0)