Skip to content

Commit

Permalink
Minor changes to TUTORIAL.md
Browse files Browse the repository at this point in the history
Typos etc. found during a first reading of TUTORIAL.md

WIP.
  • Loading branch information
joshmoore committed Jun 23, 2015
1 parent 9bde05f commit 3ff1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The `tool` step makes sure a tool with the given name (in this case, a specific
But merely running this step does not do much good; the script needs to know _where_ it was installed, so the tool can be run later.
For this, we need a variable.

The `def` keywork in Groovy is the quickest way to define a new variable (with no specific type). So
The `def` keyword in Groovy is the quickest way to define a new variable (with no specific type). So

```groovy
def mvnHome = tool 'M3'
Expand Down

0 comments on commit 3ff1abc

Please sign in to comment.