missing "who" in thank you sentence (#722)
This commit is contained in:
parent
39d22b750c
commit
63716ebed9
|
@ -29,7 +29,7 @@ contributors <- contributors %>%
|
|||
desc = ifelse(is.na(name), link, glue::glue("{name} ({link})"))
|
||||
)
|
||||
|
||||
cat("A big thanks goes to everyone has contributed!\n")
|
||||
cat("A big thanks goes to everyone who has contributed!\n")
|
||||
cat(paste0(contributors$desc, collapse = ", "))
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue