diff options
author | Andre Polykanine <ap@oire.me> | 2019-10-01 22:52:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 22:52:56 +0300 |
commit | e2a23c5e23d731162e0dba2dc50999e86a95c623 (patch) | |
tree | 71062910d6f852255b3c375a4b319129a31fc3a7 | |
parent | dff76c7965af30e7c7a752513a9ab93a15eb58bc (diff) | |
parent | edccffb0c10d7fc23d2cda63e9063079f18ddfdf (diff) |
Merge pull request #3654 from Anabaac/patch-1
[groovy/pt-br] Small typo
-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 aed23df1..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) Intalse o Groovy: gvm install groovy + 2) Instale o Groovy: gvm install groovy 3) Inicie o console groovy digitando: groovyConsole */ |