From ad0f274f130022d83998969ce92ba92e583ae45e Mon Sep 17 00:00:00 2001 From: Wes Hinsley Date: Wed, 22 Nov 2023 17:02:31 +0000 Subject: [PATCH] Typo --- R/plugin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plugin.R b/R/plugin.R index 20ae24a2..160dc406 100644 --- a/R/plugin.R +++ b/R/plugin.R @@ -37,7 +37,7 @@ ##' [orderly2::orderly_metadata_extract()]. This function will be ##' given a single argument `data` which is the data from ##' `jsonlite::fromJSON(..., simplifyVector = FALSE)` and you should -##' apply and required simplifications yourself, returning a +##' apply any required simplifications yourself, returning a ##' modified copy of the argument. ##' ##' @param cleanup Optionally, a function to clean up any state that