Skip to content

Commit bf6fee5

Browse files
better quoting
1 parent f4a3910 commit bf6fee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/available-hooks.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ In addition, the hook takes the following arguments that are not passed to
9292
```
9393

9494

95-
* Argument `cache_root` is passed to `options()` to set `"styler.cache_root"`.
96-
Default value: `"styler-perm"`. The argument
95+
* Argument `cache_root` is passed to `options()` to set `styler.cache_root`.
96+
Default value: `styler-perm`. The argument
9797
determines the sub-directory under the {R.cache} cache directory that {styler}
9898
uses. If you want {styler} to auto-clean up caches older than 6 days, set this
99-
to `styler`. For more information, see
99+
to `"styler"`. For more information, see
100100
`help("caching", package = "styler")`.
101101

102102
```

0 commit comments

Comments
 (0)