Skip to content

Commit d7ba5e6

Browse files
committed
fix comment typo
1 parent 36634c7 commit d7ba5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/external/databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _new_bearer_authorization_header(credentials: Credentials) -> Dict[str, str]
5050
def _get_auth_type(local_auth_type: str) -> str:
5151
"""Returns the auth type currently in use.
5252
53-
The databricks-sdk client uses the configurated auth_type to create
53+
The databricks-sdk client uses the configured auth_type to create
5454
a user-agent string which is used for attribution. We should only
5555
overwrite the auth_type if we are using the PositCredentialsStrategy (non-local),
5656
otherwise, we should return the auth_type of the configured local_strategy instead

0 commit comments

Comments
 (0)