Skip to content

Commit

Permalink
Fix typo in getting-started.md (MicrosoftDocs#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h authored Jul 25, 2024
1 parent 1172667 commit 269f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odata-docs/webapiauth/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ These restrictions are added as [capability annotations](https://github.com/oasi

Now let's configure the different services and the app builder in the `Startup.cs` file.

Let's modify the `ConfgiureServices` method so that it looks like this:
Let's modify the `ConfigureServices` method so that it looks like this:

```c#
public void ConfigureServices(IServiceCollection services)
Expand Down

0 comments on commit 269f5b0

Please sign in to comment.