From 63716ebed97141ebc8ed4affe332cc0ca3a93933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Guillou?= Date: Thu, 25 Oct 2018 03:21:50 +1000 Subject: [PATCH] missing "who" in thank you sentence (#722) --- index.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rmd b/index.rmd index e3c7d95..b6a11a8 100644 --- a/index.rmd +++ b/index.rmd @@ -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 = ", ")) ```