Skip to content

Commit 77c79d5

Browse files
Apply suggestions from code review
Co-authored-by: Sarah Sanders <[email protected]>
1 parent 1caad5f commit 77c79d5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

content/manuals/desktop/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Docker Desktop integrates with your preferred development tools and languages, a
5757

5858
- [Docker Engine](/manuals/engine/_index.md)
5959
- Docker CLI client
60-
- [Docker Scout](../scout/_index.md) (additional subscription may apply)
60+
- [Docker Scout](../scout/_index.md)
6161
- [Docker Build](/manuals/build/_index.md)
6262
- [Docker Compose](/manuals/compose/_index.md)
6363
- [Ask Gordon](/manuals/desktop/features/gordon/_index.md)

content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /passive /norestart
116116

117117
> [!TIP]
118118
>
119-
> When creating a value that expects a JSON string as its value:
119+
> When creating a value that expects a JSON string:
120120
>
121121
> - The property expects a JSON formatted string
122122
> - The string should be wrapped in double quotes

content/manuals/desktop/setup/sign-in.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Docker Desktop for Linux relies on [`pass`](https://www.passwordstore.org/) to s
5656
Before signing in to Docker Desktop with your [Docker ID](/accounts/create-account/), you must initialize `pass`.
5757
Docker Desktop displays a warning if `pass` is not configured.
5858

59-
1. Generate a GPG key. Run:
60-
You can initialize pass by using a gpg key. To generate a gpg key, run:
59+
1. Generate a GPG key. You can initialize pass by using a gpg key. To generate a gpg key, run:
6160

6261
``` console
6362
$ gpg --generate-key
@@ -72,7 +71,7 @@ You can initialize pass by using a gpg key. To generate a gpg key, run:
7271
3ABCD1234EF56G78
7372
uid Molly <[email protected]>
7473
```
75-
3.Copy the GPG ID and use it to initialize `pass`
74+
3. Copy the GPG ID and use it to initialize `pass`
7675

7776
```console
7877
$ pass init <your_generated_gpg-id_public_key>

0 commit comments

Comments
 (0)