Skip to content

Commit 9b73630

Browse files
committed
fix: typo
1 parent a4d9525 commit 9b73630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def request_token(self) -> dict:
9696
A dictionary containing the bearer token to be subsequently used service requests.
9797
"""
9898
headers = {
99-
'Content-type': 'applicaton/x-www-form-urlencoded',
99+
'Content-type': 'application/x-www-form-urlencoded',
100100
'Accept': 'application/json'
101101
}
102102
if self.headers is not None and isinstance(self.headers, dict):

0 commit comments

Comments
 (0)