From 76afd799acfa7effb73eed76fdb516365bec71de Mon Sep 17 00:00:00 2001 From: Nathan Faubion Date: Wed, 26 Aug 2020 07:16:35 -0700 Subject: [PATCH] README grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114d9f3..9fe8273 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ type parameter which represents an annotation. Annotations let you mark parts of your document tree with things such as styles and colors (e.g. `Dodo.Ansi` for ANSI graphics). `Doc`s which don't use annotations can use a type variable or `Void`. The most primitive ways to construct and manipulate -`Doc`s is via `text` and `Monoid`. +`Doc`s are via `text` and `Monoid`. ```purescript import Prelude