Skip to content

Commit dc62a7e

Browse files
authored
Spell check sample application (#370)
1 parent d5a64d6 commit dc62a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/EndpointRoutingSample/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ let topRouter = router {
9393
get "/a" otherHelloWorld2
9494
})
9595

96-
// or can be defined separatly and used as HttpHandler
96+
// or can be defined separately and used as HttpHandler
9797
forward "/api" apiRouter
9898

9999
// same with controllers

0 commit comments

Comments
 (0)