Skip to content

Commit 84a04d3

Browse files
authored
Fix typo (#1564)
1 parent 9c22649 commit 84a04d3

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
@@ -176,7 +176,7 @@ f <- function() {
176176
And `expect_snapshot()` captures them all:
177177

178178
```{r}
179-
test_that("f() makes lots of noice", {
179+
test_that("f() makes lots of noise", {
180180
expect_snapshot(f())
181181
})
182182
```

0 commit comments

Comments
 (0)