Skip to content

Commit

Permalink
Minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock authored Apr 30, 2024
1 parent 43aeaee commit 364f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/quickstarts/3_api_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ And update *src/WebClient/Pages/CallApi.cshtml* as follows:
<pre>@Model.Json</pre>
```

Also remember to update *src/WebClient/Shared/_Layout.cshtml* with the following:
Also add a link to the new page in *src/WebClient/Shared/_Layout.cshtml* with the following:
```html
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-page="/CallApi">CallApi</a>
Expand Down

0 comments on commit 364f4a7

Please sign in to comment.