podman_tutorial.md typos: arguement -> argument; missing 'a'

Signed-off-by: Steve Phillips <steve@tryingtobeawesome.com>
This commit is contained in:
Steve Phillips
2018-11-24 15:02:44 -08:00
parent 78604c3c39
commit 22d971cd75

View File

@ -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