소스 검색

Merge pull request #6272 from sebastienhouzet/patch-1

Update dockerizing.md
James Turnbull 11 년 전
부모
커밋
1151f9ef9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/userguide/dockerizing.md

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

@@ -146,7 +146,7 @@ We can also see the image we used to build it, `ubuntu:14.04`, the command it
 is running, its status and an automatically assigned name,
 `insane_babbage`. 
 
-> **NoteL** 
+> **Note:** 
 > Docker automatically names any containers you start, a
 > little later on we'll see how you can specify your own names.