diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 17:33:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 17:33:00 -0400 |
| commit | 7a34a1efbf9df3e964f203f0c782d4c50e6683c9 (patch) | |
| tree | 1e3f82965b26ff81249c04e82228013d03c2493a /doc/haskell_newbie.mdwn | |
| parent | 215a8e7f0e0943166e98611176b3b5290f31730b (diff) | |
merge from master
Diffstat (limited to 'doc/haskell_newbie.mdwn')
| -rw-r--r-- | doc/haskell_newbie.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index bda317aa..f1a81e40 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 """ |
