diff --git a/content/compose/file-watch.md b/content/compose/file-watch.md index 250772e644ab..0188f10c6240 100644 --- a/content/compose/file-watch.md +++ b/content/compose/file-watch.md @@ -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 @@ -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 @@ -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) \ No newline at end of file +- [Compose Develop Specification](compose-file/develop.md)