From adb2f66e5bf86140d89a32dc744a6e7349f5cc65 Mon Sep 17 00:00:00 2001 From: Berkay <34893128+raufsamestone@users.noreply.github.com> Date: Mon, 27 Jul 2020 23:06:53 +0300 Subject: [PATCH] Update README.md (#54) 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`.