Fix typo: /s/interoprate/interoperate

This commit is contained in:
Sibi Prabakaran 2016-12-06 18:20:18 +05:30
parent 85bd15d109
commit 83575e92a0
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -8,10 +8,13 @@
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
-- | A Yesod plugin for Authentication via e-mail -- | A Yesod plugin for Authentication via e-mail
-- --
-- This plugin works out of the box by only setting a few methods on the type class -- This plugin works out of the box by only setting a few methods on
-- that tell the plugin how to interoprate with your user data storage (your database). -- the type class that tell the plugin how to interoperate with your
-- However, almost everything is customizeable by setting more methods on the type class. -- user data storage (your database). However, almost everything is
-- In addition, you can send all the form submissions via JSON and completely control the user's flow. -- customizeable by setting more methods on the type class. In
-- addition, you can send all the form submissions via JSON and
-- completely control the user's flow.
--
-- This is a standard registration e-mail flow -- This is a standard registration e-mail flow
-- --
-- 1) A user registers a new e-mail address, and an e-mail is sent there -- 1) A user registers a new e-mail address, and an e-mail is sent there