From 05c4ef42a25ec4dd65819e473b564a32b8d7c091 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 1 May 2022 17:01:37 +0300 Subject: [PATCH] Fix wording --- docs/using/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/running.md b/docs/using/running.md index 3c6c47eb..c8222207 100644 --- a/docs/using/running.md +++ b/docs/using/running.md @@ -123,7 +123,7 @@ uid=1000 gid=100 ``` -Set the shell variables _subuidSize_ and _subgidSize_ to the number of subordinate UIDs and GIDs respectfully. +Set the shell variables _subuidSize_ and _subgidSize_ to the number of subordinate UIDs and GIDs respectively. ```bash subuidSize=$(( $(podman info --format "{{ range .Host.IDMappings.UIDMap }}+{{.Size }}{{end }}" ) - 1 ))