Skip to content

Commit 006608d

Browse files
authored
Update release-notes.md (#22143)
`x-initialSync` was misspelled as `x-initSync`, which can be frustrating for users. Ref https://github.com/docker/compose/blob/876ecc48be0fe0ab74b23c6333ed20271438c1b4/pkg/compose/watch.go#L170 and docker/compose#11102 (comment)
1 parent 231f97c commit 006608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/releases/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ For more detailed information, see the [release notes in the Compose repo](https
289289

290290
- Fixed the docs on `docker compose kill` usage.
291291
- Fixed redundant condition from `toAPIBuildOptions` in build.go.
292-
- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initSync`.
292+
- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initialSync`.
293293
- Fixed an issue which stopped the Compose process for a single container on `sync-restart` Watch action.
294294

295295
## 2.29.1

0 commit comments

Comments
 (0)