Skip to content

Commit 106ee05

Browse files
davechildershadley
authored andcommitted
fix typo (#132)
1 parent ffe19f9 commit 106ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers.rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Geometric objects, or **geoms** for short, perform the actual rendering of the l
300300
* `geom_ribbon()`: ribbons, a path with vertical thickness.
301301
* `geom_segment()`: a line segment, specified by start and end position.
302302
* `geom_rect()`: rectangles.
303-
* `geom_polyon()`: filled polygons.
303+
* `geom_polygon()`: filled polygons.
304304
* `geom_text()`: text.
305305
306306
* One variable:

0 commit comments

Comments
 (0)