Fix some grammar issues in docs
This commit is contained in:
committed by
Andy Wilkinson
parent
3228cfa9bd
commit
16937746a0
@@ -86,7 +86,7 @@ public class PropertiesLauncher extends Launcher {
|
||||
/**
|
||||
* Properties key for classpath entries (directories possibly containing jars).
|
||||
* Defaults to "lib/" (relative to {@link #HOME loader home directory}). Multiple
|
||||
* entries can be specified using a comma separeted list.
|
||||
* entries can be specified using a comma-separated list.
|
||||
*/
|
||||
public static final String PATH = "loader.path";
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* System that allows self contained JAR/WAR archives to be launched using
|
||||
* System that allows self-contained JAR/WAR archives to be launched using
|
||||
* {@code java -jar}. Archives can include nested packaged dependency JARs (there is
|
||||
* no need to create shade style jars) and are executed without unpacking. The only
|
||||
* constraint is that nested JARs must be stored in the archive uncompressed.
|
||||
|
||||
Reference in New Issue
Block a user