Skip to content

Commit

Permalink
Fix typo (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRBANCEL authored Feb 16, 2024
1 parent 7e3b8e2 commit 1188132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/AzureAD/microsoft-authentication-library-for-go/apps/public"
)

// This example shows how to configure an MSAL public client to store data in a peristent, encrypted cache.
// This example shows how to configure an MSAL public client to store data in a persistent, encrypted cache.
func Example() {
// On Linux and macOS, "s" is an arbitrary name identifying the cache.
// On Windows, it's the path to a file in which to store cache data.
Expand Down

0 comments on commit 1188132

Please sign in to comment.