Skip to content

Commit 73221db

Browse files
committed
fix: typo
1 parent 7f59641 commit 73221db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/v4/content/query-parameter-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public interface ITeapotService
8080

8181
// TeapotService.cs
8282
public class TeapotService : IQueryParameterService, ITeapotService
83-
{ // ^^^ must inherit this interface
83+
{ // ^^^ must inherit the IQueryParameterService interface
8484
pubic bool ShouldThrowTeapot { get; }
8585

8686
public string Name => "teapot";

0 commit comments

Comments
 (0)