summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVictor Bastos <victorwpbastos@gmail.com>2019-10-01 17:59:52 -0300
committerGitHub <noreply@github.com>2019-10-01 17:59:52 -0300
commitfdda3576bcf827f02bbff16c7e4d6565f20a507c (patch)
tree71062910d6f852255b3c375a4b319129a31fc3a7
parent09e6e2d6c4839c25564dc9fce42555bf7658ff14 (diff)
[groovy/pt-br] Small typo
-rw-r--r--pt-br/groovy-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/groovy-pt.html.markdown b/pt-br/groovy-pt.html.markdown
index f3a7699e..1eab9cc3 100644
--- a/pt-br/groovy-pt.html.markdown
+++ b/pt-br/groovy-pt.html.markdown
@@ -17,7 +17,7 @@ Groovy - Uma linguagem dinâmica para a plataforma Java. [Leia mais aqui.](http:
Prepara-se:
1) Instale a máquina virtual de Groovy - http://gvmtool.net/
- 2) Intale o Groovy: gvm install groovy
+ 2) Instale o Groovy: gvm install groovy
3) Inicie o console groovy digitando: groovyConsole
*/