diff --git a/yesod-routes/Yesod/Routes/Dispatch.lhs b/yesod-routes/Yesod/Routes/Dispatch.lhs index b29955b7..181906a4 100644 --- a/yesod-routes/Yesod/Routes/Dispatch.lhs +++ b/yesod-routes/Yesod/Routes/Dispatch.lhs @@ -61,7 +61,7 @@ So each route is specified by: > , rhDispatch :: Dispatch res > } -Your application needs to provide this moudle with a list of routes, and then +Your application needs to provide this module with a list of routes, and then this module will give you back a new dispatch function. In other words: > toDispatch :: [Route res] -> Dispatch res