Index: src/site/apt/index.apt
===================================================================
--- src/site/apt/index.apt (revision 423039)
+++ src/site/apt/index.apt (working copy)
@@ -14,7 +14,7 @@
test resources. The difference is that the main resources are the resources
associated to the main code while the test resources are that of the test code.
- This, thus, allows the separation of resources of the main code (what your
+ Thus, this allows the separation of resources of the main code (what your
plugin actually does) and its unit
tests.
Index: src/site/apt/examples/encoding.apt
===================================================================
--- src/site/apt/examples/encoding.apt (revision 423039)
+++ src/site/apt/examples/encoding.apt (working copy)
@@ -25,7 +25,7 @@
maven-resources-plugin
...
- UTF-8
+ UTF-8
...
Index: src/site/fml/faq.fml
===================================================================
--- src/site/fml/faq.fml (revision 423039)
+++ src/site/fml/faq.fml (working copy)
@@ -43,7 +43,7 @@
What encoding values are allowed?
-
The Maven Resource Plugin only allwos encoding values representing
+
The Maven Resource Plugin only allows encoding values representing
the charsets supported by the Java platform, namely US-ASCII,
ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, and UTF-16