Browse Source

Merge pull request #14891 from jgeiger/fix_typo_in_builder_docs_for_dockerignore

Fix typo in builder.mb .dockerignore example
Sebastiaan van Stijn 10 years ago
parent
commit
9e438ffb61
1 changed files with 1 additions and 1 deletions
  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: