diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 79f42961b..69e0e8c98 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -29,7 +29,7 @@ Spring Batch Getting Started You can get a pretty good idea about how to set up a job by examining the unit tests in the <<>> package (in <<>>) and the configuration in <<>>. - To launch a job from the command line instead of a unit test use the <<>> method (see Javadocs included in that class). + To launch a job from the command line instead of a unit test use the <<>> method (see Javadocs included in that class). ** With Maven on the Command Line