From aef782952218ae5944e1dd09ee97ed3bd969b452 Mon Sep 17 00:00:00 2001 From: Max Eisen <44880676+maxeisen@users.noreply.github.com> Date: Mon, 15 Jun 2020 14:53:35 -0700 Subject: [PATCH] Update README.md (#41) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6760ea..0c5dc09 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Padding between the element and roughly where the annotation is drawn. Default v If you wish to specify different `top`, `left`, `right`, `bottom` paddings, you can set the value to an array akin to CSS style padidng `[top, right, bottom, left]` or just `[top & bottom, left & right]`. #### multiline -This prooperty only applies to inline text. To annotate multiline text (each line separately), set this property to `true`. +This property only applies to inline text. To annotate multiline text (each line separately), set this property to `true`. #### iterations By default annotations are drawn in two iterations, e.g. when underlining, drawing from left to right and then back from right to left. Setting this property can let you configure the number of iterations.