fix command on index.md [ionic portuguese] (#25164)

fix command:
'sudo apt-get instala npm' to 'sudo apt-get install npm'
This commit is contained in:
Renato Sousa
2019-08-14 19:45:38 -03:00
committed by Randell Dawson
parent 5558dca4ab
commit af7a71ee44

View File

@ -31,7 +31,7 @@ A maior parte de um aplicativo iônico será escrita em HTML, Javascript e CSS.
### Gerenciador de pacotes Node.js (npm) ### Gerenciador de pacotes Node.js (npm)
\`\` \` \`\` \`
sudo apt-get instala npm sudo apt-get install npm
``` ```
### Ionic 2 and cordova ### Ionic 2 and cordova
``` ```