Merge pull request #15568 from dockertopia/typo-fix

Fixed typo
This commit is contained in:
Dockertopia 2022-09-05 15:51:44 +01:00 committed by GitHub
commit fbd81ae57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ If you have already set up the Docker repository, jump to step 2.
[Ubuntu](../../engine/install/ubuntu.md/#set-up-the-repository) |
[CentOS](../../engine/install/centos.md/#set-up-the-repository) |
[Debian](../../engine/install/debian.md/#set-up-the-repository) |
[Fefora](../../engine/install/fedora.md/#set-up-the-repository) |
[Fedora](../../engine/install/fedora.md/#set-up-the-repository) |
[RHEL](../../engine/install/rhel.md/#set-up-the-repository) |
[SLES](../../engine/install/sles.md/#set-up-the-repository).
@ -62,6 +62,8 @@ Where `vN.N.N` is placeholder text standing in for the latest version.
#### Update Compose
To update Compose, run the following commands:
* Ubuntu, Debian:
```console