Skip to content

Commit 02dd67f

Browse files
committed
minor typo
1 parent 0ec3c82 commit 02dd67f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/forge-hol/docs/chapters/introduction.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
=== JBoss Forge
55

6-
It's not so easy to explain what Forge is in a few paragraphs.
6+
It's not so easy to explain what Forge is in a few paragraphs.
77
That is why we will re-use the introduction from http://www.amazon.com/Continuous-Enterprise-Development-Andrew-Rubinger/dp/1449328296[Continuous Enterprise Development] book:
88

99
If you’ve spent any time developing Java EE–based projects (or any nontrivial application,
@@ -14,7 +14,7 @@ reduce that load as compared with undertaking project setup manually, there’s
1414
quite a bit of boilerplate involved in the pom.xml defining your requirements.
1515

1616
JBoss Forge offers “incremental project enhancement for Java EE.” Implemented as a
17-
command shell and integration with some IDE, Forge gives us the ability to alter project files and folders.
17+
command shell and integration with some IDE, Forge gives us the ability to alter project files and folders.
1818

1919
- Some concrete tasks we might use Forge to handle are:
2020
* Adding Java Persistence API (JPA) entities and describing their model
@@ -30,7 +30,7 @@ be employing it in this text to speed along the construction of our examples.
3030

3131
=== What's this HoL about?
3232

33-
This hands-on lab (HoL) give you a good practical introduction to JBoss Forge. You will first install JBoss Forge, use it and then create addons to extend the capabilities of Forge. Forge can either by used with an IDE, or directly with a command line interface (CLI).
33+
This hands-on lab (HoL) give you a good practical introduction to JBoss Forge. You will first install JBoss Forge, use it and then create addons to extend the capabilities of Forge. Forge can either by used with an IDE, or directly with a command line interface (CLI).
3434

3535
The idea is that you leave this hands on lab (HoL) with a good understanding of what JBoss is, what it is not, and how it can help you in your projects. Then, you'll have your entire time to investigate a big more and, hopefully, http://forge.jboss.org/community[contribute] ;o)
3636

@@ -42,7 +42,7 @@ You have this material in your hands (either https://github.com/forge/docs/blob/
4242
- Using Forge : in this section you will play with Forge, create a project, add entities, scaffold a JSF and AngularJS web application, generate some Arquillian tests and deploy it on WildFly
4343
- Developing Forge : in this section you will quickly create a full web application, build extensions, and add these extensions to the application
4444

45-
If Forge is already installed, just go to the "Using Forge" section ans tart using it. If you already know JBoss Forge a bit, jump to the section on "Developing Forge" and start hacking some addons. This "à la carte" mode allows you to make the most of this 3 hours long hands on lab.
45+
If Forge is already installed, just go to the "Using Forge" section and start using it. If you already know JBoss Forge a bit, jump to the section on "Developing Forge" and start hacking some addons. This "à la carte" mode allows you to make the most of this 3 hours long hands on lab.
4646

4747
=== What do you have to do?
4848

0 commit comments

Comments
 (0)