runtime(tutor): small fixes to the zh tutor (#14081)

dragonish <no.web.developer@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/tutor/tutor.zh_cn.utf-8 b/runtime/tutor/tutor.zh_cn.utf-8
index cc8e575..34879a4 100644
--- a/runtime/tutor/tutor.zh_cn.utf-8
+++ b/runtime/tutor/tutor.zh_cn.utf-8
@@ -905,7 +905,7 @@
 
   2. 查看一下当前目录下已经存在哪些文件,输入: :!ls   或者  :!dir
 
-  3. 现在输入一个目录的起始部分,例如输入: :e
+  3. 现在输入一个命令的起始部分,例如输入: :e
 
   4. 接着按 CTRL-D 键,Vim 会显示以 e 开始的命令的列表。