diff --git a/docs/developer-guide/provider.md b/docs/developer-guide/provider.md index 2558a0cd913..ecc7c1493aa 100644 --- a/docs/developer-guide/provider.md +++ b/docs/developer-guide/provider.md @@ -212,7 +212,7 @@ class NewProvider(Provider): arguments (dict): A dictionary containing configuration arguments. """ logger.info("Setting provider ...") - # First get from arguments the necessary from the cloud acount (subscriptions or projects or whatever the provider use for storing services) + # First get from arguments the necessary from the cloud account (subscriptions or projects or whatever the provider use for storing services) # Set the session with the method enforced by parent class self._session = self.setup_session(credentials_file)