diff options
author | Shubham Thakur <sbmthakur@gmail.com> | 2022-06-20 20:40:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 20:40:10 -0500 |
commit | 7f82c432313d988ae7eab06c492fe847f0d1fa96 (patch) | |
tree | 53b0116c7c28d5a3cc8b1eedbd656e52592af06b | |
parent | fe8e536328eef61f0cf7ffd42b74d4e5be4654ee (diff) | |
download | podman-7f82c432313d988ae7eab06c492fe847f0d1fa96.tar.gz podman-7f82c432313d988ae7eab06c492fe847f0d1fa96.tar.bz2 podman-7f82c432313d988ae7eab06c492fe847f0d1fa96.zip |
Fix typos
Signed-off-by: Shubham Thakur <sbmthakur@gmail.com>
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b63c7b5a..eddd35cba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ $ cd $GOPATH/src/github.com/containers/podman ### Deal with make -Podman use a Makefile to realize common action like building etc... +Podman uses a Makefile to realize common actions like building etc... You can list available actions by using: ```shell |