DOC: Fix typos (#517)

This commit is contained in:
Nikolai Korolev
2023-05-21 15:06:29 +01:00
committed by GitHub
parent 9d9f6b4dcd
commit 7cbde69da8
9 changed files with 10 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ with scripts:
Prints the logs of the script specified by the name and arguments to
Terminal. Arguments should be separated by a space. Remember that scripts
are uniquely identified by their arguments as well as their name. For
example, if you ran a script `foo.hs` with the argument `foodnstuff`
example, if you ran a script `foo.js` with the argument `foodnstuff`
then in order to 'check' it you must also add the `foodnstuff` argument
to the check command::