diff options
author | Victor Bastos <victorwpbastos@gmail.com> | 2019-10-01 17:59:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 17:59:52 -0300 |
commit | fdda3576bcf827f02bbff16c7e4d6565f20a507c (patch) | |
tree | 71062910d6f852255b3c375a4b319129a31fc3a7 /pt-br/groovy-pt.html.markdown | |
parent | 09e6e2d6c4839c25564dc9fce42555bf7658ff14 (diff) |
[groovy/pt-br] Small typo
Diffstat (limited to 'pt-br/groovy-pt.html.markdown')
-rw-r--r-- | pt-br/groovy-pt.html.markdown | 2 |
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 */ |