Explorar o código

Merge pull request #14891 from jgeiger/fix_typo_in_builder_docs_for_dockerignore

Fix typo in builder.mb .dockerignore example
Sebastiaan van Stijn %!s(int64=10) %!d(string=hai) anos
pai
achega
9e438ffb61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: