Skip to content

Commit

Permalink
Fix small error in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed May 22, 2024
1 parent 68baa0f commit 25ebd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/MinimalHtmxorApp/Components/Pages/Counter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
// Access the HtmxContextEventArgs to control
// the response headers to the client.
// E.g.: args.Response.StatusCode(201);
// E.g.: args.Response.StatusCode(HttpStatusCode.Created);
CurrentCount++;
}
Expand Down

0 comments on commit 25ebd7e

Please sign in to comment.