From f01d6f3b203b04c6b77c51bffda98a1b5f250bb4 Mon Sep 17 00:00:00 2001 From: Alex Conlin <458604+alexconlin@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:17:48 +0000 Subject: [PATCH] Fix duplicated word --- content/manuals/build/building/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index c3d7e783a5..c3d42b9a96 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -319,7 +319,7 @@ backslashes to make your Dockerfile more readable, understandable, and maintainable. For example, you can chain commands with the `&&` operator, and use -use escape characters to break long commands into multiple lines. +escape characters to break long commands into multiple lines. ```dockerfile RUN apt-get update && apt-get install -y \