We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15258e7 commit af3b17dCopy full SHA for af3b17d
src/TestServer/RuleSet.cs
@@ -19,7 +19,7 @@ public RuleSet()
19
DefaultAction = async response =>
20
{
21
response.StatusCode = 404;
22
- await response.WriteAsync("Simons says Not Match");
+ await response.WriteAsync("Simon says Not Match");
23
};
24
}
25
0 commit comments