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