Skip to content

Commit

Permalink
fix: another one
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPBrito committed Nov 11, 2024
1 parent 6ee3e50 commit e4d280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 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)
Expand Down

0 comments on commit e4d280f

Please # to comment.