Merge pull request #19219 from bbenip/patch-1

Fix grammatical error
This commit is contained in:
David Karlsson 2024-01-26 06:30:06 +01:00 committed by GitHub
commit e864c797e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" >}}