Skip to content

Commit

Permalink
💄 Fix typo. (davidfowl#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome authored Dec 27, 2022
1 parent 1c559c2 commit 76a0bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Todo.Web/Server/AuthApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static RouteGroupBuilder MapAuth(this IEndpointRouteBuilder routes)

group.MapPost("register", async (UserInfo userInfo, TodoClient client) =>
{
// Retrieve the access token give the user info
// Retrieve the access token given the user info
var token = await client.CreateUserAsync(userInfo);
if (token is null)
Expand Down

0 comments on commit 76a0bac

Please sign in to comment.