From 2e8c70bdfe415372551aa5da58c8a9ccb969861d Mon Sep 17 00:00:00 2001 From: Emily Guo <67800061+EmilyG2413@users.noreply.github.com> Date: Tue, 7 May 2024 02:49:51 -0500 Subject: [PATCH] fix: typo (#19979) Co-authored-by: Lukas Zenick --- content/compose/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/compose/release-notes.md b/content/compose/release-notes.md index cca61befee..f34521a672 100644 --- a/content/compose/release-notes.md +++ b/content/compose/release-notes.md @@ -72,7 +72,7 @@ For more detailed information, see the [release notes in the Compose repo](https ### Bug fixes and enhancements -- Restored `config` hebaviour until `--no-interpolate` is set +- Restored `config` behaviour until `--no-interpolate` is set - Fixed service name shell completion - Added `--watch` flag to `up` command