Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
succesfully -> successfully
  • Loading branch information
magnusbornes authored Jun 17, 2024
1 parent a46721c commit a5ca3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework/AuthenticationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ public async Task<string> GetAccessTokenAsync(string[] scopes, CancellationToken
var options = new SystemWebViewOptions()
{
HtmlMessageError = "<p> An error occurred: {0}. Details {1}</p>",
HtmlMessageSuccess = "<p>Succesfully acquired token. You may close this window now.</p>"
HtmlMessageSuccess = "<p>Successfully acquired token. You may close this window now.</p>"
};
builder = builder.WithUseEmbeddedWebView(false);
builder = builder.WithSystemWebViewOptions(options);
Expand Down

0 comments on commit a5ca3ed

Please sign in to comment.