diff --git a/cache/example_test.go b/cache/example_test.go index e3b714f..eead284 100644 --- a/cache/example_test.go +++ b/cache/example_test.go @@ -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.