Skip to content

Commit 24bad48

Browse files
Merge pull request #619 from espinielli/patch-2
- Small typos (and IMHO clearer punctuation) (#619).
2 parents 39415bc + 736a483 commit 24bad48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/ui-caching.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ cache_clear <- function(cache_name = NULL, ask = TRUE) {
2929
#' `style_text()` and Addin.
3030
#'
3131
#' @section Setup:
32-
#' styler by default uses caching, via the `{R.cache}` package. You will be
33-
#' asked you to let it create a permanent cache on your file system that styler
34-
#' will use in case it is not set that up already for another tool that
32+
#' styler by default uses caching via the `{R.cache}` package. You will be
33+
#' asked to let it create a permanent cache on your file system that styler
34+
#' will use in case it is not set already up for another tool that
3535
#' uses `{R.cache}`. We encourage users to let `{R.cache}` create a permanent
36-
#' directory for caching, because otherwise, the cache is lost at restart of R.
36+
#' directory for caching because, otherwise, the cache is lost at restart of R.
3737
#'
3838
#' @section Non-interactive use:
3939
#' Note that if you have never authorized `{R.cache}` to create the cache in a

0 commit comments

Comments
 (0)