diff --git a/README.md b/README.md
index eae23e78a8..9b24b96218 100644
--- a/README.md
+++ b/README.md
@@ -49,4 +49,4 @@ contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
## Copyright and license
-Copyright 2013-2023 Docker, Inc., released under the Apache 2.0 license .
+Copyright 2013-2024 Docker, Inc., released under the Apache 2.0 license .
diff --git a/content/compose/compose-file/05-services.md b/content/compose/compose-file/05-services.md
index 2868e1fa77..ebf33b6d50 100644
--- a/content/compose/compose-file/05-services.md
+++ b/content/compose/compose-file/05-services.md
@@ -1676,7 +1676,7 @@ tmpfs:
## tty
-`tty` configures a service's container to run with a TTY. This is the same as This is the same as running a container with the
+`tty` configures a service's container to run with a TTY. This is the same as running a container with the
`-t` or `--tty` flag. For more information, see [Allocate a pseudo-TTY](../../reference/cli/docker/container/run/#tty).
Supported values are `true` or `false`.