Skip to content

Commit 7aa8dfd

Browse files
Fixed typo in general_samples
1 parent 3f1c785 commit 7aa8dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/general_samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ credential = InteractiveBrowserCredential(
206206
client_id,
207207
authority, # e.g. https://login.microsoftonline.com/ for public Azure cloud
208208
tenant_id,
209-
redirect_uri # as configured in your App Registration > Authentication > Platofrm: Mobile and desktop applications
209+
redirect_uri # as configured in your App Registration > Authentication > Platform: Mobile and desktop applications
210210
)
211211
scopes = ["Mail.Send.Shared"]
212212

0 commit comments

Comments
 (0)