From be03c621d39f3ea7cf9c05d78626e20c0718d30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 23 Feb 2021 10:54:04 +0100 Subject: [PATCH] typo fix --- R/whisker.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/whisker.R b/R/whisker.R index 63d2931..4c8058b 100644 --- a/R/whisker.R +++ b/R/whisker.R @@ -4,7 +4,7 @@ #' @param data named \code{list} or \code{environment} with variables that will be used during rendering #' @param partials named \code{list} with partial templates, will be used during template construction #' @param debug Used for debugging purposes, likely to disappear -#' @param strict \code{logical} if \code{TRUE} the seperation symbol is a "." otherwise a "$" +#' @param strict \code{logical} if \code{TRUE} the separation symbol is a "." otherwise a "$" #' @return \code{character} with rendered template #' @rdname whisker.render #' @example examples/whisker_render.R