From 6798568d384880cb0f32293ebcbbe61bd5468d74 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 12 Nov 2024 10:44:32 -0500 Subject: [PATCH] chore: rename recipes catalog to recipe catalog ### What does this PR do? Searching up the grammar, Recipes Catalog is grammatically incorrect according to multiple sources and should be Recipe Catalog. Courtesy of llama3 LLM as well as grammarly AI: `"Recipe" acts as an attributive noun, describing the type of catalog, and doesn't need to be plural. "Recipe Catalog" implies a catalog that is specifically for recipes."` ### Screenshot / video of UI ### What issues does this PR fix or reference? N/A ### How to test this PR? N/A Signed-off-by: Charlie Drage --- packages/frontend/src/lib/Navigation.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/lib/Navigation.svelte b/packages/frontend/src/lib/Navigation.svelte index b968da50f..daa10903c 100644 --- a/packages/frontend/src/lib/Navigation.svelte +++ b/packages/frontend/src/lib/Navigation.svelte @@ -56,7 +56,7 @@ onDestroy(() => {