diff --git a/docs/steps.md b/docs/steps.md index 08a1b2e0..42141246 100644 --- a/docs/steps.md +++ b/docs/steps.md @@ -81,7 +81,7 @@ While Haskell can infer the types of most expressions, it is recommended that top-level definitions are annotated with their types. -Now our `hello.hs` source file should looks like this: +Now our `hello.hs` source file should look like this: ```hs main :: IO ()