Skip to content

Commit f01d6f3

Browse files
authored
Fix duplicated word
1 parent 0c5c470 commit f01d6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ backslashes to make your Dockerfile more readable, understandable, and
319319
maintainable.
320320

321321
For example, you can chain commands with the `&&` operator, and use
322-
use escape characters to break long commands into multiple lines.
322+
escape characters to break long commands into multiple lines.
323323

324324
```dockerfile
325325
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)