Skip to content

Commit

Permalink
Small typo in console.md - Step 5 (#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwellmann committed Jul 20, 2022
1 parent 43dad1c commit f91b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/strawberryshake/get-started/console.md
Expand Up @@ -181,7 +181,7 @@ In this section we will perform a simple fetch with our `ConferenceClient` and o

1. Head over to `Program.cs`.

2. Add the following code to you main method to execute the `GetSessions` query.
2. Add the following code to your main method to execute the `GetSessions` query.

```csharp
static async Task Main(string[] args)
Expand Down

0 comments on commit f91b60a

Please sign in to comment.