Opbod пре 2 година
родитељ
комит
8ae7b65761
1 измењених фајлова са 1 додато и 1 уклоњено
  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`