We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eb9b6 commit d58c8fcCopy full SHA for d58c8fc
R/html_dependencies.R
@@ -154,8 +154,8 @@ navbar_icon_dependencies <- function(navbar) {
154
html_dependencies_fonts("fa fa" %in% libs, "ion ion" %in% libs)
155
}
156
157
-# utilty function to return a list of font dependencies based
158
-# 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
159
html_dependencies_fonts <- function(font_awesome, ionicons) {
160
deps <- list()
161
if (font_awesome)
0 commit comments