From 106ee05189c61ec2da72d280adf05da9275cecb6 Mon Sep 17 00:00:00 2001 From: Dave Childers Date: Mon, 17 Jun 2019 10:15:56 -0400 Subject: [PATCH] fix typo (#132) --- layers.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers.rmd b/layers.rmd index 3a7f8584..bb0c9643 100644 --- a/layers.rmd +++ b/layers.rmd @@ -300,7 +300,7 @@ Geometric objects, or **geoms** for short, perform the actual rendering of the l * `geom_ribbon()`: ribbons, a path with vertical thickness. * `geom_segment()`: a line segment, specified by start and end position. * `geom_rect()`: rectangles. - * `geom_polyon()`: filled polygons. + * `geom_polygon()`: filled polygons. * `geom_text()`: text. * One variable: