Explorar el Código

Update 1-getting-started.md

minor typo fix
Jan Tomsa hace 9 años
padre
commit
850ebcbcae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      1-getting-started.md

+ 1 - 1
1-getting-started.md

@@ -34,7 +34,7 @@ sudo npm install -g amber-cli
 mkdir example-project
 cd example-project/
 
-# Create and initialixe a new Amber project
+# Create and initialize a new Amber project
 amber init
 {% endhighlight %}