Skip to content

Commit a3dbb6d

Browse files
authored
Update spelling of client (Fix: #572) (#573)
Update spelling of client in README.md - Fixes #572
1 parent 281e3ae commit a3dbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Acquiring tokens with MSAL Go follows this general pattern. There might be some
118118
accessToken := result.AccessToken
119119
```
120120

121-
* ManagedIdentity clietn can simply call `AcquireToken()`:
121+
* ManagedIdentity client can simply call `AcquireToken()`:
122122
```go
123123
resource := "<Your resource>"
124124
result, err := miSystemAssigned.AcquireToken(context.TODO(), resource)

0 commit comments

Comments
 (0)