From 1a5ed4f7a1b3e046d35bc744a640eb140fd38597 Mon Sep 17 00:00:00 2001 From: Stefan Pascal Thoma Date: Wed, 27 Nov 2024 06:53:19 +0000 Subject: [PATCH] fixed typo --- inst/template/template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/template/template.txt b/inst/template/template.txt index 6f246a9b..75d2f9fb 100644 --- a/inst/template/template.txt +++ b/inst/template/template.txt @@ -26,7 +26,7 @@ link::auto() Please use the `link` package to automatically link packages and functions. To link to a package (e.g. `dplyr`) simply wrap it in curly braces {dplyr}. -To link a function (e.g. `filter` from `dplyr`) simply write dpylr::filter(). +To link a function (e.g. `filter` from `dplyr`) simply write dplyr::filter(). For more information check out {link}.