chore(docs): fix typo (#1422)

This commit is contained in:
William Sjökvist
2023-12-13 17:35:02 +01:00
committed by GitHub
parent 4e35b1e9c2
commit cb0e6c5efc
8 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ Task 有时会以特定的退出代码退出。 These codes are split into three
| 100 | 找不到 Taskfile |
| 101 | 尝试初始化一个 Taskfile 时已经存在 |
| 102 | Taskfile 无效或无法解析 |
| 103 | A remote Taskfile could not be downlaoded |
| 103 | A remote Taskfile could not be downloaded |
| 104 | A remote Taskfile was not trusted by the user |
| 105 | A remote Taskfile was could not be fetched securely |
| 106 | No cache was found for a remote Taskfile in offline mode |