Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 2, 2023
1 parent ed7e62b commit a5d1701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/modules.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if ('tools' %in% names(meta)) {
code = case_when(!is.na(tool_dev_url) ~ glue("[{ code_symbol } Code]({ tool_dev_url })"),
TRUE ~ ""),
license = case_when(!is.na(licence) ~ glue("`{ licence }`"),
TRUE ~ "")
TRUE ~ ""),
links = paste(home, docs, code, license,
sep = "   "),
markdown = glue("{ name }", "{ links }", "{ description }",
Expand Down

0 comments on commit a5d1701

Please sign in to comment.