From d75bb50578e391510ab753421dcd66b986aa2c95 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmRPJ-SMmHYeY4WEBA5cVOfgab5lw-ztOs" Date: Wed, 21 May 2014 03:25:37 +0000 Subject: [PATCH] fixed a typo --- doc/haskell_newbie.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index 7eea9f8..8e14b35 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 """