Skip to content

Commit 3246bba

Browse files
committed
Remove rogue single quote
1 parent 4895f91 commit 3246bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/create.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ create_project <- function(
108108
use_rstudio()
109109
} else {
110110
ui_bullets(c(
111-
"v" = "Writing a sentinel file {.path .here'}.",
111+
"v" = "Writing a sentinel file {.path .here}.",
112112
"_" = "Build robust paths within your project via {.fun here::here}.",
113113
"i" = "Learn more at {.url https://here.r-lib.org}."
114114
))

0 commit comments

Comments
 (0)