From d58c8fc41cee6e2985c6ea5b64f531297dc45e23 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Sun, 11 Oct 2020 21:06:27 -0500 Subject: [PATCH] typos --- R/html_dependencies.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/html_dependencies.R b/R/html_dependencies.R index bd08bfc834..4addb61f88 100644 --- a/R/html_dependencies.R +++ b/R/html_dependencies.R @@ -154,8 +154,8 @@ navbar_icon_dependencies <- function(navbar) { html_dependencies_fonts("fa fa" %in% libs, "ion ion" %in% libs) } -# utilty function to return a list of font dependencies based -# whether we are including font_awesome and/or iconicons +# utility function to return a list of font dependencies based +# whether we are including font_awesome and/or ionicons html_dependencies_fonts <- function(font_awesome, ionicons) { deps <- list() if (font_awesome)