Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellShiell committed Nov 25, 2024
1 parent 48468bf commit 0834fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0834fc4

Please sign in to comment.