From 2bd1e1cbad80ef13494e778580b3acfd1aecb543 Mon Sep 17 00:00:00 2001 From: heckendorfc Date: Thu, 1 Jun 2017 08:25:21 -0400 Subject: [PATCH] Fix pkgdown doc typos. (#2104) --- _pkgdown.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 4de07b41a..1ddada732 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -55,7 +55,7 @@ reference: - title: "Layer: annotations" desc: > Annotation are special types of layer than don't inherit global settings - from the plot. Rhey are used to add fixed reference data to plot. + from the plot. They are used to add fixed reference data to plot. contents: - geom_abline - annotate @@ -93,7 +93,7 @@ reference: The guides (the axes and legends) help readers interpret your plots. Guides are mostly controlled via the scale (e.g. with the `limits`, `breaks`, and `labels` arguments), but sometimes you will need additional - cover over the guide apperance. Use `guides()` or the `guide` argument to + cover over the guide appearance. Use `guides()` or the `guide` argument to individual scales along with `guide_colourbar()` or `guide_legend()`. contents: - guide_colourbar @@ -195,7 +195,7 @@ reference: - title: Autoplot and fortify desc: > - `autoplot()` is an extension mechansim for ggplot2 it provides a way + `autoplot()` is an extension mechanism for ggplot2 it provides a way for package authors to add methods that work like the base `plot()` function, generating useful default plots with little user interaction. `fortify()` turns objects into tidy data frames: it has largely been