浏览代码

Merge pull request #14891 from jgeiger/fix_typo_in_builder_docs_for_dockerignore

Fix typo in builder.mb .dockerignore example
Sebastiaan van Stijn 10 年之前
父节点
当前提交
9e438ffb61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/builder.md

+ 1 - 1
docs/reference/builder.md

@@ -201,7 +201,7 @@ The following is an example `.dockerignore` file:
     */*/temp*
     temp?
     *.md
-    !LICENCSE.md
+    !LICENSE.md
 ```
 
 This file causes the following build behavior: