diff --git a/R/class.R b/R/class.R
index e8fd98b5c4e2933974abce13e64657ef9edd60ca..7bc564045a32cfad834eac56a07acc7a5b2fa5e8 100644
--- a/R/class.R
+++ b/R/class.R
@@ -294,7 +294,8 @@ Mediawikir <- R6Class("Mediawikir",
 #'  The template should contain occurrences of the fields defined in the content file.}
 #'  \item{\code{loadContent(file_path)}}{Takes the path to a csv file that contains both the list of fields used in the templates (1st line)
 #'  AND the data for each of those fields (following lines).}
-#'  \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent.}
+#'  \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent.
+#'        It should be noted that if the page exists it is replaced.}
 #'}
 #'@importFrom stringr str_replace_all