Skip to content

Commit

Permalink
Typo in defining the client chapter
Browse files Browse the repository at this point in the history
Adding the code in `Defining the client' in the project resulted in project errors due to misalignments between the code and what was documented
  • Loading branch information
GiannhsR authored Mar 15, 2024
1 parent 0fe9568 commit a4f1142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Add this client definition to *Config.cs*:

```cs
public static IEnumerable<Client> Clients =>
new Client
new Client[]

{
new Client
Expand Down

0 comments on commit a4f1142

Please sign in to comment.