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 @@ A full list of the exit codes and their descriptions can be found below:
| 100 | No Taskfile was found |
| 101 | A Taskfile already exists when trying to initialize one |
| 102 | The Taskfile is invalid or cannot be parsed |
| 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 |