Skip to content

Commit

Permalink
fix: other typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPBrito committed Nov 11, 2024
1 parent 2b1b592 commit 6ee3e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class NewProvider(Provider):
arguments (dict): A dictionary containing configuration arguments.
"""
logger.info("Setting <NewProviderName> 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)
Expand Down Expand Up @@ -254,7 +254,7 @@ class NewProvider(Provider):
<all_needed_for_auth> 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

Expand Down

0 comments on commit 6ee3e50

Please # to comment.