FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #174 from mdmcginn/patch-2 · pythoncat1024/javascripting@97114d8 · GitHub

Commit 97114d8

Browse files
authored
Merge pull request workshopper#174 from mdmcginn/patch-2
Update troubleshooting.md
2 parents 1f68d36 + 1fec15b commit 97114d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎i18n/troubleshooting.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%diff%
2222

2323
## Additional troubleshooting:
24-
* Did you type the name of the file correctly? You can check by running ls `%filename%`, if you see ls: cannot access `%filename%`: No such file or directory then you should create new file / rename existing or change directories to the one with file
25-
* Make sure you didn't omit parens, since otherwise compiler would not be able to parse it
26-
* Make sure you didn't do any typos in the string itself
24+
* Did you type the name of the file correctly? You can check by running 'ls `%filename%`'. If you see 'ls: cannot access `%filename%`: No such file or directory,' then perhaps the file doesn't exist, or has a different name, or is in a different directory.
25+
* Make sure you didn't omit any parens, or the compiler will not be able to parse it.
26+
* Make sure you don't have any typos in the string itself.
2727

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL