Skip to content

Commit eef9b8d

Browse files
committed
fix typo in warning message
1 parent b2115e4 commit eef9b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tabular_data_congruence.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ test_datatable_url_attributes <- function(metadata = load_metadata(directory)) {
524524
suffix <- stringr::str_sub(url, -7, -1)
525525

526526
if(!prefix == "https://irma.nps.gov/DataStore/Reference/Profile/") {
527-
cli::cli_warn(c("!" = "One or more data table URL attributes in metadata is set to \"informatoion\" but the URL supplied is not a DataStore reference profile. Please check that the URL goes to the appropriate page and it is not a direct download link for the data file."))
527+
cli::cli_warn(c("!" = "One or more data table URL attributes in metadata is set to \"information\" but the URL supplied is not a DataStore reference profile. Please check that the URL goes to the appropriate page and it is not a direct download link for the data file."))
528528
return(invisible(metadata))
529529
}
530530
}

0 commit comments

Comments
 (0)