From 38fced6efbcfef505d6e18c60d8ba125d41bd055 Mon Sep 17 00:00:00 2001 From: Berkay <34893128+raufsamestone@users.noreply.github.com> Date: Sun, 26 Jul 2020 13:42:25 +0300 Subject: [PATCH] Update README.md fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff58228..0741345 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Width of the annotation strokes. Default value is `1`. #### padding Padding between the element and roughly where the annotation is drawn. Default value is `5` (in pixels). -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]`. +If you wish to specify different `top`, `left`, `right`, `bottom` paddings, you can set the value to an array akin to CSS style padding `[top, right, bottom, left]` or just `[top & bottom, left & right]`. #### multiline This property only applies to inline text. To annotate multiline text (each line separately), set this property to `true`.