1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Merge pull request #3654 from Anabaac/patch-1

[groovy/pt-br] Small typo
This commit is contained in:
Andre Polykanine
2019-10-01 22:52:56 +03:00
committed by GitHub

View File

@@ -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
*/