diff --git a/docs/developer-guide/provider.md b/docs/developer-guide/provider.md index d004e95cea8..2558a0cd913 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 necesary from the cloud acount (subscriptions or projects or whatever the provider use for storing services) + # First get from arguments the necessary from the cloud acount (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) @@ -254,7 +254,7 @@ class NewProvider(Provider): Can include all necessary arguments to setup the session Returns: - Credentials necesary to communicate with the provider. + Credentials necessary to communicate with the provider. """ pass