diff --git a/docs/man/Dockerfile.5.md b/docs/man/Dockerfile.5.md index 45bdbd0a28..7f884888e2 100644 --- a/docs/man/Dockerfile.5.md +++ b/docs/man/Dockerfile.5.md @@ -153,7 +153,7 @@ A Dockerfile is similar to a Makefile. -- `LABEL [=] [[=] ...]` The **LABEL** instruction adds metadata to an image. A **LABEL** is a key-value pair. To include spaces within a **LABEL** value, use quotes and - blackslashes as you would in command-line parsing. + backslashes as you would in command-line parsing. ``` LABEL "com.example.vendor"="ACME Incorporated"