浏览代码

docs(vi-mode): fix link typo in readme (#10570)

Sang-Yun Oh 2 年之前
父节点
当前提交
4e2f4cdf68
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/vi-mode/README.md

+ 2 - 2
plugins/vi-mode/README.md

@@ -30,10 +30,10 @@ plugins=(... vi-mode)
   ```
 
 - `MODE_INDICATOR`: controls the string displayed when the shell is in normal mode.
-  See [Mode indicator](#mode-indicator) for details.
+  See [Mode indicators](#mode-indicators) for details.
 
 - `INSERT_MODE_INDICATOR`: controls the string displayed when the shell is in insert mode.
-  See [Mode indicator](#mode-indicator) for details.
+  See [Mode indicators](#mode-indicators) for details.
 
 ## Mode indicators