From 58f92ae94756f46d25c160f70b23a023f0bee9d4 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sat, 22 Jun 2019 11:02:36 +1000 Subject: [PATCH] Trivial typo fix in docs --- docs/endpoints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index b3a5fa0..57361fd 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -43,7 +43,7 @@ Static images * ``fill`` - color to use as the fill (e.g. ``red``, ``rgba(255,255,255,0.5)``, ``#0000ff``) * ``stroke`` - color of the path stroke * ``width`` - width of the stroke - * ``padding`` - "percetange" padding for fitted endpoints (area-based and path autofit) + * ``padding`` - "percentage" padding for fitted endpoints (area-based and path autofit) * value of ``0.1`` means "add 10% size to each side to make sure the area of interest is nicely visible"