We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281e3ae commit a3dbb6dCopy full SHA for a3dbb6d
README.md
@@ -118,7 +118,7 @@ Acquiring tokens with MSAL Go follows this general pattern. There might be some
118
accessToken := result.AccessToken
119
```
120
121
- * ManagedIdentity clietn can simply call `AcquireToken()`:
+ * ManagedIdentity client can simply call `AcquireToken()`:
122
```go
123
resource := "<Your resource>"
124
result, err := miSystemAssigned.AcquireToken(context.TODO(), resource)
0 commit comments