Skip to content

Commit 29cac68

Browse files
committed
Fix typo
1 parent f04808b commit 29cac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/snapshotting.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test_that("bullets", {
128128
If this is a deliberate change, you can follow the advice in the message and update the snapshots for that file by running `snapshot_accept("pizza")`; otherwise you can fix the bug and your tests will pass once more.
129129
(You can also accept snapshot for all files with `snapshot_accept()`).
130130

131-
If you delete the test, the corresponding snapshot will be remove the next time you run the tests. If you delete all snapshots in the file, the entire snapshot file will be deleted the next time you run all the tests.
131+
If you delete the test, the corresponding snapshot will be removed the next time you run the tests. If you delete all snapshots in the file, the entire snapshot file will be deleted the next time you run all the tests.
132132

133133
### Snapshot format
134134

0 commit comments

Comments
 (0)