matthewrenze / clean-architecture-demo

A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles" in .NET Framework 4.8
BSD 3-Clause "New" or "Revised" License
1.04k stars 482 forks source link

Typo in project name #1

Closed monrealis closed 6 years ago

monrealis commented 6 years ago

There is a typo in the name of a project. "Persistance" should be changed to "Persistence"

https://github.com/matthewrenze/clean-architecture-demo/tree/master/Persistance

matthewrenze commented 6 years ago

Thanks for pointing out the typo. I'm suprised it has go this long without anyone pointing it out.

Typo has been fixed in all three branches. Thanks!