microsoft-authentication-library-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-dotnet copied to clipboard

Fix typo and add link

Open CrazyTim opened this issue 2 months ago • 0 comments

Issues:

  • Fix typo (missing 's')
  • Add link to the definition on learn.microsoft.com

For example, currently it is this:

Don't use this method in ASP.NET Core: rather use: services.AddInMemoryTokenCache() in ConfigureServices.

Please change to this:

Don't use this method in ASP.NET Core: rather use: services.AddInMemoryTokenCaches() in ConfigureServices.


Document Details

⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

CrazyTim avatar May 15 '24 01:05 CrazyTim