Skip to content

Commit 4c84e8a

Browse files
authored
docs: fix typo and internal links (#6233)
* docs: fix typo and internal links * document
1 parent 4dedb82 commit 4c84e8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/coord-radial.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#' @param r_axis_inside,rotate_angle `r lifecycle::badge("deprecated")`
2828
#'
2929
#' @note
30-
#' In `coord_radial()`, position guides are can be defined by using
30+
#' In `coord_radial()`, position guides can be defined by using
3131
#' `guides(r = ..., theta = ..., r.sec = ..., theta.sec = ...)`. Note that
3232
#' these guides require `r` and `theta` as available aesthetics. The classic
33-
#' `guide_axis()` can be used for the `r` positions and `guide_axis_theta()` can
33+
#' [guide_axis()] can be used for the `r` positions and [guide_axis_theta()] can
3434
#' be used for the `theta` positions. Using the `theta.sec` position is only
3535
#' sensible when `inner.radius > 0`.
3636
#'

man/coord_polar.Rd

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

0 commit comments

Comments
 (0)