Skip to content

Commit fc905d5

Browse files
committed
(doc) - fix some typos
1 parent 157b624 commit fc905d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/apt/examples/deploying-with-classifiers.apt.vm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
Deploy an artifact with classifier
3030

31-
Beside the main artifact there can be additional files which are attached to the Maven project. Such attached filed can be recognized and accessed by their classifier.
31+
Beside the main artifact there can be additional files which are attached to the Maven project. Such attached files can be recognized and accessed by their classifier.
3232

33-
For example: from the following artifact names, the classifier is be located between the version and extension name of the artifact.
33+
For example: from the following artifact names, the classifier is located between the version and extension name of the artifact.
3434

3535
* <<<artifact-name-1.0.jar>>> the main jar which contains classes compiled without {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information (such as linenumbers)
3636

37-
* <<<artifact-name-1.0-debug.jar>>> the classified jar which contains classes compiled with {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be smaller
37+
* <<<artifact-name-1.0-debug.jar>>> the classified jar which contains classes compiled with {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be larger
3838

3939
* <<<artifact-name-1.0-site.pdf>>> a pdf which contains an export of the site documentation.
4040

0 commit comments

Comments
 (0)