Skip to content

Commit cae0956

Browse files
authored
Addressing PR comment (Shannon)
1 parent 6ea91f7 commit cae0956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-call-api-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void ConfigureServices(IServiceCollection services)
5555
}
5656
```
5757

58-
If you're interested in understanding more about the token cache, see [Token cache serialiation options](#token-cache)
58+
If you're interested in understanding more about the token cache, see [Token cache serialization options](#token-cache)
5959

6060
> [!NOTE]
6161
> To fully understand the code examples here, you need to be familiar with [ASP.NET Core fundamentals](https://docs.microsoft.com/aspnet/core/fundamentals), and in particular with [dependency injection](https://docs.microsoft.com/aspnet/core/fundamentals/dependency-injection) and [options](https://docs.microsoft.com/aspnet/core/fundamentals/configuration/options).

0 commit comments

Comments
 (0)