Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
noteed committed Jul 9, 2024
1 parent 90ad3f4 commit 9b9e656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ slab render --pretty example.slab
</ul>
```

You can think of it as HTML + functions and imports, and read more about it at
You can think of Slab as HTML + functions and imports, and read more about it at
[slab-lang.org](https://slab-lang.org/).

# Development
Expand Down
2 changes: 1 addition & 1 deletion src/Slab/Command.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ parser =
"serve"
( A.info (parserServe <**> A.helper) $
A.progDesc
"Watch and serve a library of Slab templates to HTML"
"Watch and serve a library of Slab templates"
)
<> A.command
"report"
Expand Down

0 comments on commit 9b9e656

Please sign in to comment.