diff --git a/DESCRIPTION b/DESCRIPTION index 3a2a3f1..6d2341a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ URL: https://github.com/process-analytics/bpmn-visualization-R BugReports: https://github.com/process-analytics/bpmn-visualization-R/issues Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 Imports: htmlwidgets, xml2 diff --git a/R/bpmnVisualization.R b/R/bpmnVisualization.R index cecff66..ae965c0 100644 --- a/R/bpmnVisualization.R +++ b/R/bpmnVisualization.R @@ -68,7 +68,7 @@ display <- function(bpmnXML, overlays = NULL, width = NULL, height = NULL, eleme #' Use this structure to create correct overlay structure. #' #' @param elementId The bpmn element id to which the overlay will be attached -#' @param label HTML element to use as an overlay to use as an overlay +#' @param label HTML element to use as an overlay #' #' @return An overlay object #' diff --git a/man/create_overlay.Rd b/man/create_overlay.Rd index 684791d..e1af9c2 100644 --- a/man/create_overlay.Rd +++ b/man/create_overlay.Rd @@ -9,7 +9,7 @@ create_overlay(elementId, label) \arguments{ \item{elementId}{The bpmn element id to which the overlay will be attached} -\item{label}{HTML element to use as an overlay to use as an overlay} +\item{label}{HTML element to use as an overlay} } \value{ An overlay object