Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/compose/file-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For many projects, this allows for a hands-off development workflow once Compose
* Directories are watched recursively
* Glob patterns aren't supported
* Rules from `.dockerignore` apply
* Use `ignore` to defined additional paths to be ignored (same syntax)
* Use `ignore` option to define additional paths to be ignored (same syntax)
* Temporary/backup files for common IDEs (Vim, Emacs, JetBrains, & more) are ignored automatically
* `.git` directories are ignored automatically

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

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

### Prerequisites

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

## Reference

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