Skip to content

Commit

Permalink
docs: HtmxRequest.Path comment (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf92 authored Jun 28, 2024
1 parent ce5458f commit 6b86cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Htmxor/Http/HtmxRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class HtmxRequest
public string Method { get; }

/// <summary>
/// Gets the HTTP method of the current request.
/// Gets the path of the current request.
/// </summary>
public PathString Path { get; }

Expand Down

0 comments on commit 6b86cfc

Please sign in to comment.