Skip to content

Commit d58c8fc

Browse files
committed
typos
1 parent 36eb9b6 commit d58c8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/html_dependencies.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ navbar_icon_dependencies <- function(navbar) {
154154
html_dependencies_fonts("fa fa" %in% libs, "ion ion" %in% libs)
155155
}
156156

157-
# utilty function to return a list of font dependencies based
158-
# whether we are including font_awesome and/or iconicons
157+
# utility function to return a list of font dependencies based
158+
# whether we are including font_awesome and/or ionicons
159159
html_dependencies_fonts <- function(font_awesome, ionicons) {
160160
deps <- list()
161161
if (font_awesome)

0 commit comments

Comments
 (0)