Skip to content

Commit 6b86cfc

Browse files
authored
docs: HtmxRequest.Path comment (#62)
1 parent ce5458f commit 6b86cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Htmxor/Http/HtmxRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed class HtmxRequest
1515
public string Method { get; }
1616

1717
/// <summary>
18-
/// Gets the HTTP method of the current request.
18+
/// Gets the path of the current request.
1919
/// </summary>
2020
public PathString Path { get; }
2121

0 commit comments

Comments
 (0)