Fix some grammar issues in docs

This commit is contained in:
Eric Dahl
2014-10-12 12:47:19 -07:00
committed by Andy Wilkinson
parent 3228cfa9bd
commit 16937746a0
13 changed files with 45 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ curious about the underlying technology, this section provides some background.
=== Nested JARs
Java does not provide any standard way to load nested jar files (i.e. jar files that
are themselves contained within a jar). This can be problematic if you are looking
to distribute a self contained application that you can just run from the command line
to distribute a self-contained application that you can just run from the command line
without unpacking.
To solve this problem, many developers use ``shaded'' jars. A shaded jar simply packages