From 6ee3e50fcf5dae1e5b03b39ba1e23b25e69315ff Mon Sep 17 00:00:00 2001 From: HugoPBrito Date: Mon, 11 Nov 2024 12:49:32 +0100 Subject: [PATCH] fix: other typo --- docs/developer-guide/provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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