Skip to content

Commit f31b5da

Browse files
authored
Update content/manuals/compose/how-tos/file-watch.md
1 parent e3a1235 commit f31b5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/file-watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ image rebuild (e.g. `package.json`).
9595

9696
If `action` is set to `sync+restart`, Compose synchronizes your changes with the service containers and restarts it.
9797

98-
`sync+restart` is ideal when config file change, and you don't need to rebuild the image but just restart the main process of the service containers.
98+
`sync+restart` is ideal when the config file changes, and you don't need to rebuild the image but just restart the main process of the service containers.
9999
It will work well when you update a database configuration or your `nginx.conf` file, for example.
100100

101101
>[!TIP]

0 commit comments

Comments
 (0)