From 583b9eecfa9030528ad72c9f52f5292e087722e7 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 17 Jun 2024 15:27:03 -0400 Subject: [PATCH] fix typo in news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6f5363de..93cc7b30 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ### User Enhancements * Allow users to specify decisions within the CSV file used to upload pkgs (#663) * Drastically shorten waiting time in `Code explorer`/ `Package explorer` by reading tarballs in memory (#707) -* Move package upload process to an exported functiond, allowing users to populate the database outside of the application +* Move package upload process to an exported function, allowing users to populate the database outside of the application * Added `Package Dependencies` content to Reports (#721) * Added option to include `Suggests` pkgs in downloadable Reports (#721) * Added `Decision` column to Package Dependencies tab's table output (#774)