diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index e62ffea..39a62f4 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -8,7 +8,7 @@ configure Propellor! Let's take a quick tour of the `config.hs` file.. [[!format haskell """ --- | This is the main configuration file for Propellor, and is used to build +-- This is the main configuration file for Propellor, and is used to build -- the propellor program. """]]