diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-21 15:54:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 15:54:20 +0000 |
commit | 1cf19843d0f6b36597ac1537cc730069282e7353 (patch) | |
tree | df429f931fc47c2ee83e7cce9435a58b56307640 | |
parent | c8032b99117068018d21f3e1773cdb070fa46279 (diff) | |
parent | 7f82c432313d988ae7eab06c492fe847f0d1fa96 (diff) | |
download | podman-1cf19843d0f6b36597ac1537cc730069282e7353.tar.gz podman-1cf19843d0f6b36597ac1537cc730069282e7353.tar.bz2 podman-1cf19843d0f6b36597ac1537cc730069282e7353.zip |
Merge pull request #14672 from sbmthakur/patch-1
[CI:DOCS] Fix typos
-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 |