| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b3ee82 commit e73cc8a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,11 +11,11 @@ const rimrafP = pify(rimraf); | |||
| 11 | 11 | ||
| 12 | 12 | function safeCheck(file) { | |
| 13 | 13 | if (isPathCwd(file)) { | |
| 14 | - throw new Error('Cannot delete the current working directory. Can be overriden with the `force` option.'); | ||
| 14 | + throw new Error('Cannot delete the current working directory. Can be overridden with the `force` option.'); | ||
| 15 | 15 | } | |
| 16 | 16 | ||
| 17 | 17 | if (!isPathInCwd(file)) { | |
| 18 | - throw new Error('Cannot delete files/folders outside the current working directory. Can be overriden with the `force` option.'); | ||
| 18 | + throw new Error('Cannot delete files/folders outside the current working directory. Can be overridden with the `force` option.'); | ||
| 19 | 19 | } | |
| 20 | 20 | } | |
| 21 | 21 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments