From 39d23202487a1c9f7fc954431dcf58f2d98f08c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Schuster Date: Wed, 27 Mar 2024 14:32:23 -0500 Subject: [PATCH] Fix spelling of rectangle --- src/Chart/Svg.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chart/Svg.elm b/src/Chart/Svg.elm index 984eb59..a991759 100644 --- a/src/Chart/Svg.elm +++ b/src/Chart/Svg.elm @@ -53,7 +53,7 @@ You can see what attributes are applicable given their configuration record. # Line @docs Line, line -# Rectangels +# Rectangles @docs Rect, rect # Arrows