소스 검색

Merge pull request #10560 from MihaiB/docs-typo

docs: fix typo
James Turnbull 10 년 전
부모
커밋
eda9c14cb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/userguide/dockerimages.md

+ 1 - 1
docs/sources/userguide/dockerimages.md

@@ -263,7 +263,7 @@ this case we're basing our new image on an Ubuntu 14.04 image.
 
 Next we use the `MAINTAINER` instruction to specify who maintains our new image.
 
-Lastly, we've specified three `RUN` instructions. A `RUN` instruction executes
+Lastly, we've specified two `RUN` instructions. A `RUN` instruction executes
 a command inside the image, for example installing a package. Here we're
 updating our APT cache, installing Ruby and RubyGems and then installing the
 Sinatra gem.