Parcourir la source

Fix a typo in the tutorial

Rudolph Gottesheim il y a 11 ans
Parent
commit
9ff7bbe0ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/sources/examples/nodejs_web_app.md

+ 1 - 1
docs/sources/examples/nodejs_web_app.md

@@ -127,7 +127,7 @@ Your `Dockerfile` should now look like this:
 ## Building your image
 ## Building your image
 
 
 Go to the directory that has your `Dockerfile` and run the following command
 Go to the directory that has your `Dockerfile` and run the following command
-to build a Docker image. The `-t` flag let's you tag your image so it's easier
+to build a Docker image. The `-t` flag lets you tag your image so it's easier
 to find later using the `docker images` command:
 to find later using the `docker images` command:
 
 
     $ sudo docker build -t <your username>/centos-node-hello .
     $ sudo docker build -t <your username>/centos-node-hello .