From 89d29a548f8f622970360e1ca165d29bbfc647f7 Mon Sep 17 00:00:00 2001
From: Ilia Grigoriev <52882773+IAGrig@users.noreply.github.com>
Date: Tue, 25 Jun 2024 10:24:29 +0300
Subject: [PATCH] docs: update copyright year and clarify tty in compose
services reference:: (#20276)
---
README.md | 2 +-
content/compose/compose-file/05-services.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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`.