From 58836993dd9c42f3b4a6866ffbeaf8431de175a1 Mon Sep 17 00:00:00 2001 From: Jochen Breuer Date: Fri, 9 Mar 2018 10:03:50 +0100 Subject: [PATCH] Fixed typo I think this should be whether instead of wither. --- doc/topics/cloud/cloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/cloud/cloud.rst b/doc/topics/cloud/cloud.rst index 78c9f0d64e..96cf765b53 100644 --- a/doc/topics/cloud/cloud.rst +++ b/doc/topics/cloud/cloud.rst @@ -35,7 +35,7 @@ https://github.com/saltstack/salt/tree/develop/salt/cloud/clouds/msazure.py The get_configured_provider() Function -------------------------------------- -This function uses ``config.is_provider_configured()`` to determine wither +This function uses ``config.is_provider_configured()`` to determine whether all required information for this driver has been configured. The last value in the list of required settings should be followed by a comma.