Skip to content

Commit ae86626

Browse files
aevesdockerglours
andauthored
Apply suggestions from code review
Co-authored-by: Guillaume Lours <[email protected]>
1 parent fc9833d commit ae86626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
{{< include "compose/watch.md" >}}
1313

1414
`watch` adheres to the following file path rules:
15-
* All paths are relative to the project directory, apart from ignore path
15+
* All paths are relative to the project directory, apart from ignore file patterns
1616
* Directories are watched recursively
1717
* Glob patterns aren't supported
1818
* Rules from `.dockerignore` apply
@@ -116,7 +116,7 @@ For `path: ./app/html` and a change to `./app/html/index.html`:
116116

117117
### `ignore`
118118

119-
The `ignore` paths are relative to the `path` defined in the same `watch` rule, not to the project directory. In the following Example 1, the ignore path would be relative to the `./web` directory specified in the `path` attribute.
119+
The `ignore` patterns are relative to the `path` defined in the current `watch` action, not to the project directory. In the following Example 1, the ignore path would be relative to the `./web` directory specified in the `path` attribute.
120120

121121
## Example 1
122122

0 commit comments

Comments
 (0)