Skip to content

Commit d358ae0

Browse files
committed
Address Craig's comments
1 parent b98e403 commit d358ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/guides/cpp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The C++ getting started guide teaches you how to create a containerized C++ appl
1919

2020
> **Acknowledgment**
2121
>
22-
> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) and [Mohammad-Ali A'râbi](https://twitter.com/MohammadAliEN) for his contribution to this guide.
22+
> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) and [Mohammad-Ali A'râbi](https://twitter.com/MohammadAliEN) for their contribution to this guide.
2323
2424
- Containerize and run a C++ application using a multi-stage Docker build
2525
- Build and run a C++ application using Docker Compose

content/guides/cpp/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
## Prerequisites
1313

1414
- You have a [Git client](https://git-scm.com/downloads). The examples in this section use a command-line based Git client, but you can use any client.
15-
- You have a Docker Desktop installed, with containerd enabled for pulling and storing images (it's a checkbox in Seetings > General). Otherwise, if you use Docker Engine:
15+
- You have a Docker Desktop installed, with containerd enabled for pulling and storing images (it's a checkbox in **Settings** > **General**). Otherwise, if you use Docker Engine:
1616
- You have the [Docker SBOM CLI plugin](https://github.com/docker/sbom-cli-plugin) installed. To install it on Docker Engine, use the following command:
1717

1818
```bash

0 commit comments

Comments
 (0)