From ab6a61237ad2708acac8f78c404aedbe83432b84 Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Thu, 1 Feb 2024 12:33:00 -0300 Subject: [PATCH] fix typo: it's own -> its own (#7923) --- plugins/modules/apk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/apk.py b/plugins/modules/apk.py index b444d137dd..4259697e26 100644 --- a/plugins/modules/apk.py +++ b/plugins/modules/apk.py @@ -61,7 +61,7 @@ options: type: str update_cache: description: - - Update repository indexes. Can be run with other steps or on it's own. + - Update repository indexes. Can be run with other steps or on its own. type: bool default: false upgrade: