Skip to content

Commit 7fa2107

Browse files
authored
Fix typo in git_vaccinate doc: .Rdata → .RData (#2240)
1 parent 8ffc43b commit 7fa2107

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/git.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ default_branch_sitrep <- function() {
536536

537537
#' Vaccinate your global gitignore file
538538
#'
539-
#' Adds `.Rproj.user`, `.Rhistory`, `.Rdata`, `.httr-oauth`, `.DS_Store`, and
539+
#' Adds `.Rproj.user`, `.Rhistory`, `.RData`, `.httr-oauth`, `.DS_Store`, and
540540
#' `.quarto` to your global (a.k.a. user-level) `.gitignore`. This is good
541541
#' practice as it decreases the chance that you will accidentally leak
542542
#' credentials to GitHub. `git_vaccinate()` also tries to detect and fix the

man/git_vaccinate.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)