From 6786084490b9e1539f65772238fc24876cff1ee9 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Thu, 1 Aug 2024 14:14:36 +0100 Subject: [PATCH] Fix typo in comment --- R/get_latest_resource_id.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/get_latest_resource_id.R b/R/get_latest_resource_id.R index d9d534b..4bdabbe 100644 --- a/R/get_latest_resource_id.R +++ b/R/get_latest_resource_id.R @@ -41,7 +41,7 @@ get_latest_resource_id <- function(dataset_name) { ) %>% dplyr::mutate(most_recent_date_created = max(created_date)) - # get the first row of the rources, this will be the same that appears on the top + # get the first row of the resources, this will be the same that appears on the top # on the open data platform all_id_data_first_row <- all_id_data %>% dplyr::slice(1)