From a4e4d3a9fa86813dab090098e692f9ee256ef2bf Mon Sep 17 00:00:00 2001 From: Evert Ramos Date: Mon, 17 Dec 2018 16:03:45 -0200 Subject: [PATCH] Small typo fix typo in docs --- develop/develop-images/build_enhancements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/develop-images/build_enhancements.md b/develop/develop-images/build_enhancements.md index 5cc1712156..ed3f903b53 100644 --- a/develop/develop-images/build_enhancements.md +++ b/develop/develop-images/build_enhancements.md @@ -10,7 +10,7 @@ Docker Build enhancements for 18.09 release introduces a much-needed overhaul of * Docker images created with buildkit can be pushed to Docker Hub and DTR just like Docker images created with legacy build * the Dockerfile format that works on legacy build will also work with buildkit builds -* The new `--secret` conmmand line option allows the user to pass secret information for building new images with a specified Dockerfile +* The new `--secret` command line option allows the user to pass secret information for building new images with a specified Dockerfile For more information on build options, see the reference guide on the [command line build options](../../engine/reference/commandline/build/).