From 8768bd8146a6799ec07a0067574424f3f01396be Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:56:23 +0300 Subject: [PATCH] Fix grammar (#18484) --- content/get-docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/get-docker.md b/content/get-docker.md index c4a43dc684..478d4e546b 100644 --- a/content/get-docker.md +++ b/content/get-docker.md @@ -25,7 +25,7 @@ section and choose the best installation path for you. {{< card title="Docker Desktop for Mac" - description="A native application using the macOS sandbox security model which delivers all Docker tools to your Mac." + description="A native application using the macOS sandbox security model that delivers all Docker tools to your Mac." link="/desktop/install/mac-install/" image="/assets/images/apple_48.svg" >}} @@ -33,7 +33,7 @@ section and choose the best installation path for you. {{< card title="Docker Desktop for Windows" - description="A native Windows application which delivers all Docker tools to your Windows computer." + description="A native Windows application that delivers all Docker tools to your Windows computer." link="/desktop/install/windows-install/" image="/assets/images/windows_48.svg" >}} @@ -41,7 +41,7 @@ section and choose the best installation path for you. {{< card title="Docker Desktop for Linux" - description="A native Linux application which delivers all Docker tools to your Linux computer." + description="A native Linux application that delivers all Docker tools to your Linux computer." link="/desktop/install/linux-install/" image="/assets/images/linux_48.svg" >}}