Skip to content

Commit 771b845

Browse files
[fix] typo
1 parent 6520e03 commit 771b845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/nodejs/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ The `.dockerignore` file tells Docker which files and folders to exclude when bu
653653
>
654654
> To learn more, visit the [.dockerignore reference](/reference/dockerfile.md#dockerignore-file).
655655

656-
Copy and replace the contents of your existing `.dockerignore` with the optimized configuration below:
656+
Copy and replace the contents of your existing `.dockerignore` with the optimized configuration:
657657

658658
```dockerignore
659659
# Optimized .dockerignore for Node.js + React Todo App

0 commit comments

Comments
 (0)