From fe3d0117a22da240163a5e4165ac9c7b21864e9a Mon Sep 17 00:00:00 2001 From: Baljinder Benipal Date: Thu, 25 Jan 2024 21:04:03 -0500 Subject: [PATCH] Fix grammatical error --- content/guides/walkthroughs/access-local-folder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/walkthroughs/access-local-folder.md b/content/guides/walkthroughs/access-local-folder.md index 52a810bdbc..d3cd907f03 100644 --- a/content/guides/walkthroughs/access-local-folder.md +++ b/content/guides/walkthroughs/access-local-folder.md @@ -59,7 +59,7 @@ The `volumes` element tells Compose to mount the local folder `./app` to `/usr/s ## Step 3: Run the application -In a terminal, run the follow commands to bring up your application. Replace `/path/to/bindmount-apps/` with the path to your application's directory. +In a terminal, run the following commands to bring up your application. Replace `/path/to/bindmount-apps/` with the path to your application's directory. {{< include "open-terminal.md" >}}