Skip to content

Commit a4b26ef

Browse files
committed
Fix typo; make more consistent with message for "Imports"
Part of #1542
1 parent 6c494d4 commit a4b26ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ how_to_use <- function(package, type) {
137137
code <- glue("requireNamespace(\"{package}\", quietly = TRUE)")
138138
ui_todo("Use {ui_code(code)} to test if package is installed")
139139
code <- glue("{package}::fun()")
140-
ui_todo("Then directly refer to functons like {ui_code(code)} (replacing {ui_code('fun()')}).")
140+
ui_todo("Then directly refer to functions with {ui_code(code)}")
141141
},
142142
enhances = "",
143143
linkingto = show_includes(package)

0 commit comments

Comments
 (0)