Skip to content

Commit af3b17d

Browse files
committedJan 24, 2022
typo Simon says
1 parent 15258e7 commit af3b17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/TestServer/RuleSet.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public RuleSet()
1919
DefaultAction = async response =>
2020
{
2121
response.StatusCode = 404;
22-
await response.WriteAsync("Simons says Not Match");
22+
await response.WriteAsync("Simon says Not Match");
2323
};
2424
}
2525

0 commit comments

Comments
 (0)
Please sign in to comment.