summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawmRPJ-SMmHYeY4WEBA5cVOfgab5lw-ztOs2014-05-21 03:25:37 +0000
committeradmin2014-05-21 03:25:37 +0000
commitd75bb50578e391510ab753421dcd66b986aa2c95 (patch)
tree807893a8717f230895af832fb7ce8ba51e9b5cf8 /doc
parented6457f7fb381e47426a023ef4e0c474bdab4b6b (diff)
fixed a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell_newbie.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index 7eea9f86..8e14b351 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -23,7 +23,7 @@ import qualified Propellor.Property.User as User
import qualified Propellor.Property.Cron as Cron
"""]]
-This loads up Propellor's modules. You'll almost certianly want these;
+This loads up Propellor's modules. You'll almost certainly want these;
many more can be found in the [API documentation](http://hackage.haskell.org/package/propellor).
[[!format haskell """