Skip to content

Commit 651f217

Browse files
hadleyd-morrison
andauthored
Apply suggestions from code review
Co-authored-by: Douglas Ezra Morrison <[email protected]>
1 parent e2aa4eb commit 651f217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/snapshot-file.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#' automatically deleted so they don't clutter the snapshot
4444
#' directory.
4545
#'
46-
#' This can cause problems if youre test is conditionally executed, either
46+
#' This can cause problems if your test is conditionally executed, either
4747
#' because of an `if` statement or a [skip()]. To avoid files being deleted in
4848
#' this case, you can call `announce_snapshot_file()` before the conditional
4949
#' code.
@@ -90,7 +90,7 @@
9090
#'
9191
#' # Other packages might affect results
9292
#' skip_if_not_installed("ggplot2", "2.0.0")
93-
#' # Or maybe the output is different on some operation systems
93+
#' # Or maybe the output is different on some operating systems
9494
#' skip_on_os("windows")
9595
#' # You'll need to carefully think about and experiment with these skips
9696
#'

0 commit comments

Comments
 (0)