From c3da0094e3a8bcb7d896bd5b82c48d0707888184 Mon Sep 17 00:00:00 2001 From: Jeffrey Luszcz <160953253+Jeffrey-Luszcz@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:26:21 -0400 Subject: [PATCH] Update readme.md to fix typoe --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2e02a0..72efc1b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Recipe App -This is a small, purposefully-imcomplete recipe app intended to be used in some Copilot workshops. +This is a small, purposefully-incomplete recipe app intended to be used in some Copilot workshops. - Built with Node.js, Express, Handlebars, and Sqlite. - Scafholds a database with seed data on first launch.