diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-25 04:43:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 04:43:37 -0800 |
commit | 5f8f15c797c07a53f12dda5499d0363ee74e5d1c (patch) | |
tree | c27748a3805ede5cba9d2f04b67431411913ca8f | |
parent | 78604c3c397068f70ccb5e8b4be4b9229e2072fb (diff) | |
parent | 22d971cd751489516a810933f2e0c297dcd5b62c (diff) | |
download | podman-5f8f15c797c07a53f12dda5499d0363ee74e5d1c.tar.gz podman-5f8f15c797c07a53f12dda5499d0363ee74e5d1c.tar.bz2 podman-5f8f15c797c07a53f12dda5499d0363ee74e5d1c.zip |
Merge pull request #1862 from elimisteve/patch-1
podman_tutorial.md typo: arguement -> argument
-rw-r--r-- | docs/tutorials/podman_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index 5a8f997b8..ce94d7d15 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -129,7 +129,7 @@ $ sudo podman inspect -l | grep IPAddress\": "IPAddress": "10.88.6.140", ``` -Note: The -l is convenience arguement for **latest container**. You can also use the container's ID instead +Note: The -l is a convenience argument for **latest container**. You can also use the container's ID instead of -l. ### Testing the httpd server |