Updated create-test-jar.apt.vm removing 'and'

Updates create-test-jar.apt.vm removing 'and' which was either missing something additional to the test-scoped dependencies or was left unintentionally.
diff --git a/src/site/apt/examples/create-test-jar.apt.vm b/src/site/apt/examples/create-test-jar.apt.vm
index cc82ea5..2bee6f8 100644
--- a/src/site/apt/examples/create-test-jar.apt.vm
+++ b/src/site/apt/examples/create-test-jar.apt.vm
@@ -113,7 +113,7 @@
      the original project to the <<<src/main/java>>> of this project.
      The same type of movement counts for the resources as well of course.
    
-   * Move the required <<<test>>>-scoped dependencies and from the original 
+   * Move the required <<<test>>>-scoped dependencies from the original 
      project to this project and remove the scope (i.e. changing it to the <<<compile>>>-scope).
      And yes, that means that the junit dependency (or any other testing 
      framework dependency) gets the default scope too. You'll probably need