Fix one incomplete translation

"在上一了我们已经提及过这一点了" -> "在上一节课程中我们已经提及过这一点了"
This commit is contained in:
wuzh07 2020-07-09 11:27:11 +08:00 committed by GitHub
parent 2a9733ff22
commit aeb40d591c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -560,7 +560,7 @@ exports.level = {
"", "",
"本节课我们将学习如何从远程仓库获取数据 —— 命令如其名,它就是 `git fetch`。", "本节课我们将学习如何从远程仓库获取数据 —— 命令如其名,它就是 `git fetch`。",
"", "",
"你会看到当我们从远程仓库获取数据时, 远程分支也会更新以反映最新的远程仓库。在上一我们已经提及过这一点了。" "你会看到当我们从远程仓库获取数据时, 远程分支也会更新以反映最新的远程仓库。在上一节课程中我们已经提及过这一点了。"
] ]
} }
}, },