Skip to content

Commit 0e3e210

Browse files
committed
Spell checking
1 parent 6264471 commit 0e3e210

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

inst/WORDLIST

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ csv
3535
datetime
3636
datetimes
3737
de
38-
deauth
3938
dev
4039
funder
4140
gamechanger
@@ -47,7 +46,6 @@ https
4746
httr
4847
httr's
4948
js
50-
lifecycle
5149
lubridate
5250
lubridate's
5351
noninteractively
@@ -61,10 +59,11 @@ readr
6159
readr's
6260
readxl
6361
reprex
62+
reprexes
63+
rlang's
6464
roundtrip
6565
shortcode
6666
shortcodes
67-
ss
6867
targetted
6968
testthat
7069
tibble

vignettes/articles/messages-and-errors.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ abort_unsupported_conversion(x, to = "SheetThing")
146146
`abort_unsupported_conversion()` exists to standardize a recurring type of error message, usually encountered during development, not by end-users.
147147
I use it a lot in the default method of an `as_{to}()` generic.
148148

149-
There's not much to add here re: errors, now thet `cli::cli_abort()` exists.
149+
There's not much to add here re: errors, now that `cli::cli_abort()` exists.
150150
Error messages are formed just like informational messages now.

0 commit comments

Comments
 (0)