Skip to content

Commit 2abe7d9

Browse files
authored
docs: Update grammer and semantics in file-watch.md (#19809)
Modify `defined` to `define`, the correct verb tense in the given context. Specify `ignore` as an option for better clarity for first-time readers.
1 parent 35219d6 commit 2abe7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/compose/file-watch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For many projects, this allows for a hands-off development workflow once Compose
1515
* Directories are watched recursively
1616
* Glob patterns aren't supported
1717
* Rules from `.dockerignore` apply
18-
* Use `ignore` to defined additional paths to be ignored (same syntax)
18+
* Use `ignore` option to define additional paths to be ignored (same syntax)
1919
* Temporary/backup files for common IDEs (Vim, Emacs, JetBrains, & more) are ignored automatically
2020
* `.git` directories are ignored automatically
2121

@@ -41,7 +41,7 @@ Each rule requires, a `path` pattern and `action` to take when a modification is
4141
the `action`, additional fields might be accepted or required.
4242

4343
Watch mode can be used with many different languages and frameworks.
44-
The specific paths and rules will vary project to project, but the concepts remain the same.
44+
The specific paths and rules will vary from project to project, but the concepts remain the same.
4545

4646
### Prerequisites
4747

@@ -175,4 +175,4 @@ We are actively looking for feedback on this feature. Give feedback or report an
175175

176176
## Reference
177177

178-
- [Compose Develop Specification](compose-file/develop.md)
178+
- [Compose Develop Specification](compose-file/develop.md)

0 commit comments

Comments
 (0)