Skip to content

Commit c65061e

Browse files
authored
Update file-watch.md
1 parent d70534d commit c65061e

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
@@ -96,7 +96,7 @@ image rebuild (e.g. `package.json`).
9696
If `action` is set to `sync+restart`, Compose synchronizes your changes with the service containers and restarts it.
9797

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

101101
>[!TIP]
102102
>

0 commit comments

Comments
 (0)