update htmltable_class name because you can actually pass in any table class names based on your need
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 49c17c8..4aedfaa 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -21,7 +21,7 @@
   protect_latex = TRUE,
   table.envir = "table",
   fixed_thead = FALSE,
-  lightable_class = NULL
+  htmltable_class = NULL
 )
 }
 \arguments{
@@ -96,9 +96,11 @@
 \item{fixed_thead}{HTML table option so table header row is fixed at top.
 Values can be either T/F or \code{list(enabled = T/F, background = "anycolor")}.}
 
-\item{lightable_class}{Options to use the in-house lightable themes.
+\item{htmltable_class}{Options to use the in-house lightable themes.
 Choices include \code{lightable-minimal}, \code{lightable-classic},
-\code{lightable-material}, \code{lightable-striped} and \code{lightable-hover}.}
+\code{lightable-classic-2}, \code{lightable-material}, \code{lightable-striped} and
+\code{lightable-hover}. If you have your customized style sheet loaded which
+defines your own table class, you can also load it here.}
 }
 \description{
 This function provides a cleaner approach to modify the style