Skip to content

Commit f1422ea

Browse files
authored
Fix typo in docs (#3992)
* Fix typo and missing word in has_flipped_aes() docs * re-render Rd for theme documentation
1 parent 1d4c573 commit f1422ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

R/utilities.r

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ switch_orientation <- function(aesthetics) {
435435
aesthetics
436436
}
437437

438-
#' Utilities for working with bidirecitonal layers
438+
#' Utilities for working with bidirectional layers
439439
#'
440440
#' These functions are what underpins the ability of certain geoms to work
441-
#' automatically in both directions. See the *Extending ggplot2* for how they
442-
#' are used when implementing `Geom`, `Stat`, and `Position` classes.
441+
#' automatically in both directions. See the *Extending ggplot2* vignette for
442+
#' how they are used when implementing `Geom`, `Stat`, and `Position` classes.
443443
#'
444444
#' `has_flipped_aes()` is used to sniff out the orientation of the layer from
445445
#' the data. It has a range of arguments that can be used to finetune the

man/bidirection.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ggtheme.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)