Skip to content

Commit 08b5150

Browse files
committed
Fix typo
1 parent 7ffff25 commit 08b5150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/subsite/WikiRoutes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data Wiki = Wiki
2121
}
2222

2323
-- | A typeclass that all master sites that want a Wiki must implement. A
24-
-- master must be able to render form messages, as we use yesod-forms for
24+
-- master must be able to render form messages, as we use yesod-form for
2525
-- processing user input.
2626
class (RenderMessage master FormMessage, Yesod master) => YesodWiki master where
2727
-- | Write protection. By default, no protection.

0 commit comments

Comments
 (0)