Minor documentation edits for grammar and clarity

These are things I noticed as I read through the documentation.
There are a couple of minor substantive corrections as well.
This commit is contained in:
Ben Barnard
2016-10-11 15:52:50 -04:00
parent ce94317d00
commit d49b191cd7
23 changed files with 84 additions and 89 deletions

View File

@@ -34,7 +34,7 @@ The `java` driver supports the following configuration in the job spec:
contains the Jar in a subfolder, the path will need to be the relative path
(`subdir/from_archive/my.jar`).
* `args` - (Optional) A list of arguments to the optional `command`. References
* `args` - (Optional) A list of arguments to the Jar's main method. References
to environment variables or any [interpretable Nomad
variables](/docs/jobspec/interpreted.html) will be interpreted before
launching the task.