Explorar el Código

Update install.md

typo
Opbod hace 2 años
padre
commit
8ae7b65761
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/docker/install.md

+ 1 - 1
doc/docker/install.md

@@ -19,7 +19,7 @@ Getting Huginn up and running using docker is quick and painless once you have d
 #### OSX/Windows/Linux using docker machine
 
 1. Download [docker machine](https://docs.docker.com/machine/#installation) for your OS
-* Follow the installation instructions untill you can successfully run `docker ps`
+* Follow the installation instructions until you can successfully run `docker ps`
 * Get the the IP of the VM running docker by running `docker-machine ls`
 * Start your Huginn container using `docker run -it -p 3000:3000 huginn/huginn`
 * Open Huginn in the browser `http://<docker-machine ip>:3000`