From 118813276aa9e603b389a54322408fc5cf59f7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Bancel?= Date: Fri, 16 Feb 2024 12:24:28 -0800 Subject: [PATCH] Fix typo (#26) --- cache/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.