From 192a76557930e9639403f875095e5c04f21f5f15 Mon Sep 17 00:00:00 2001 From: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:37:55 +0200 Subject: [PATCH] Spell check sample application --- sample/EndpointRoutingSample/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/EndpointRoutingSample/Program.fs b/sample/EndpointRoutingSample/Program.fs index ca4fab69..430c83ab 100644 --- a/sample/EndpointRoutingSample/Program.fs +++ b/sample/EndpointRoutingSample/Program.fs @@ -93,7 +93,7 @@ let topRouter = router { get "/a" otherHelloWorld2 }) - // or can be defined separatly and used as HttpHandler + // or can be defined separately and used as HttpHandler forward "/api" apiRouter // same with controllers