diff --git a/DESCRIPTION b/DESCRIPTION
index 227c3c5b..39c92bef 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Type: Package
 Package: officer
 Title: Manipulation of Microsoft Word and PowerPoint Documents
-Version: 0.6.6.010
+Version: 0.6.6
 Authors@R: c(
     person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")),
     person("Stefan", "Moog", , "moogs@gmx.de", role = "aut"),
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 5fc1c9c9..2e5eb96e 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -69,6 +69,7 @@ reference:
     - body_end_block_section
     - body_set_default_section
     - starts_with("body_end_section")
+    - body_comment
   - title: Word sections
     contents:
     - prop_section
diff --git a/cran-comments.md b/cran-comments.md
index d7ef78d2..a6daf987 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,6 +1,6 @@
 ## Test environments
 
-- local OS X install (R 4.3.2)
+- local OS X install (R 4.4.0)
 - ubuntu 20.04 (release)
 - winbuilder (with older, release and devel) 
 
diff --git a/man/docx_summary.Rd b/man/docx_summary.Rd
index 822817bf..f8410b5a 100644
--- a/man/docx_summary.Rd
+++ b/man/docx_summary.Rd
@@ -27,8 +27,10 @@ Documents included with \code{body_add_docx()} will
 not be accessible in the results.
 }
 \examples{
-example_docx <- system.file(package = "officer",
-  "doc_examples/example.docx")
+example_docx <- system.file(
+  package = "officer",
+  "doc_examples/example.docx"
+)
 doc <- read_docx(example_docx)
 
 docx_summary(doc)