Skip to content

Commit c4da016

Browse files
Merge pull request #1658 from AppivateTechLead/patch-1
Update README.md
2 parents a72d962 + 4dbcd4b commit c4da016

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Federated sign-in may fail when attempting to authenticate using the Azure Activ
378378
379379
### Querying cache items
380380
381-
ADAL provides Default cache in SharedPrefrecens with some simple cache query fucntions. You can get the current cache from AuthenticationContext with:
381+
ADAL provides Default cache in SharedPrefrences with some simple cache query methods. You can get the current cache from AuthenticationContext with:
382382
383383
```java
384384
ITokenCacheStore cache = mContext.getCache();

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ v.Next
1212
- [PATCH] Disregard pageload errors for the non-primary frame during interactive auth (#1603)
1313
- [PATCH] Updates Nimbus version 8.2 -> 9.9 (#1600)
1414
- [PATCH] Fix for ADAL cache replication to Msal/Common-Cache (#1616)
15+
- [PATCH] Updates to README File.
1516

1617
Version 3.1.3
1718
-------------

0 commit comments

Comments
 (0)