From 2f2d687f49cbf7c107d9f6ff89fa6b9b2ffe71ff Mon Sep 17 00:00:00 2001 From: Thorsten B Date: Wed, 15 Nov 2023 21:07:55 +0100 Subject: [PATCH] docs: fix minor typo (#719) --- docs/content/configuration/defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/defaults.md b/docs/content/configuration/defaults.md index e2fe6ab..03d94b0 100644 --- a/docs/content/configuration/defaults.md +++ b/docs/content/configuration/defaults.md @@ -11,7 +11,7 @@ The default configuration is used if no other value is specified. Each option ca --- ansible: # Add the name of used custom Ansible modules. Otherwise ansible-later - # can't detect unknown modules and will through an error. + # can't detect unknown modules and will throw an error. # Modules which are bundled with the role and placed in a './library' # directory will be auto-detected and don't need to be added to this list. custom_modules: []