Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 12, 2020
1 parent cd0ca7f commit 7837718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/html_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7837718

Please sign in to comment.