diff --git a/website/content/manual/CLI.md b/website/content/manual/CLI.md index 15a5f2bf74d73d1542b50154c59c219304284a46..14040171aaaf6770a183f64f7af1fd6502d0bc04 100644 --- a/website/content/manual/CLI.md +++ b/website/content/manual/CLI.md @@ -460,7 +460,7 @@ current option, it will be denoted by `parameter` in the description. working directory to ``. That is, the commands will run from a different directory than the directory you launched arara in. This is especially useful when calling a TeX engine as they resolve files against the working - direcotry. For that reason, arara will also resolve each file you pass to it + directory. For that reason, arara will also resolve each file you pass to it that has no absolute path against the working directory. The working directory is fixed for the whole call; passing multiple files to arara will resolve all of them against and execute all actions within that one working directory.