From dbed53ff827d481b4d3fbb607061fa1742ce37d0 Mon Sep 17 00:00:00 2001 From: Gerhard Nachtmann Date: Mon, 9 Dec 2024 16:31:55 +0100 Subject: [PATCH] Update no_attach.Rmd Fixed typo --- man/fragments/no_attach.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/fragments/no_attach.Rmd b/man/fragments/no_attach.Rmd index 555b0df..f064405 100644 --- a/man/fragments/no_attach.Rmd +++ b/man/fragments/no_attach.Rmd @@ -1,5 +1,5 @@ -## Do not attach the package using `libary(config)` +## Do not attach the package using `library(config)` We strongly recommend you use `config::get()` rather than attaching the package using `library(config)`.