diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-27 05:48:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 05:48:52 -0400 |
commit | bdcf453118115b5999183e0f4cf48f5e82cda12f (patch) | |
tree | a9e8dc41202c14f91f449b0c99e3a424cbbf9cf6 | |
parent | 1736f2fe607a82d066497aba330d6a81a07f5164 (diff) | |
parent | 3a32d60e5bb215f2c6b1b9a22b68134687b09370 (diff) | |
download | podman-bdcf453118115b5999183e0f4cf48f5e82cda12f.tar.gz podman-bdcf453118115b5999183e0f4cf48f5e82cda12f.tar.bz2 podman-bdcf453118115b5999183e0f4cf48f5e82cda12f.zip |
Merge pull request #14387 from TomSweeneyRedHat/dev/tsweeney/quickdoc
[CI:DOCS] Quick typo for troubleshooting
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index 6e7f5cf26..4be925f71 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -1230,4 +1230,4 @@ While running podman remote commands with the most updated Podman, issues that w When upgrading Podman to a particular version for the required fixes, users often make the mistake of only upgrading the Podman client. However, suppose a setup uses `podman-remote` or uses a client that communicates with the Podman server on a remote machine via the REST API. In that case, it is required to upgrade both the Podman client and the Podman server running on the remote machine. Both the Podman client and server must be upgraded to the same version. -Example: If a particular bug was fixed in `v4.1.0` then The Podman client` must have version `v4.1.0` as well the Podman server must have version `v4.1.0`. +Example: If a particular bug was fixed in `v4.1.0` then the Podman client must have version `v4.1.0` as well the Podman server must have version `v4.1.0`. |