Skip to content

Commit

Permalink
Spell checking based on raised issue.
Browse files Browse the repository at this point in the history
Raised in issue #17. Fixed spelling error for site summary.
  • Loading branch information
SimonGoring committed Aug 7, 2023
1 parent 1a36840 commit c64759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/site-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ setMethod(f = "summary",
types <- NA
}
data.frame(collectionunit = y@handle,
chronolgies = chrons,
chronologies = chrons,
datasets = datasets,
types = types)
}) %>%
Expand Down

0 comments on commit c64759d

Please sign in to comment.