From 0834fc4d2dfb9cd8146715e128111322c91dc48e Mon Sep 17 00:00:00 2001 From: Mitchell Shiell <59712867+MitchellShiell@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:33:19 -0500 Subject: [PATCH] minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc5773..7e0e3e6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The repository is organized with the following directory structure: - **Pages:** The central location for the main application file and all page routes, based on [Next.js Pages Routing system](https://nextjs.org/docs/pages/building-your-application/routing). This contains the root \_app.jsx file and individual folders/files for each navigable page in the site. Implements code found in /global and /components. - **Global:** Global: Utilities, definitions and configuration related to core processes for running the application, or used widely throughout the app. Covers functionality such as authentication & authorization, environment & context sharing, URL management and Page construction. - **Public:** Static public assets such as SVGs and other images. -- **Tests:** Unit tests built in Jest for insuring code stability. +- **Tests:** Unit tests built in Jest for ensuring code stability. ## Documentation