nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

Typo: TextField spelling #65

Closed fummicc1 closed 2 years ago

fummicc1 commented 2 years ago

This is very small topic.

I think variable name textFiled may be a typo at the following line.

https://github.com/nalexn/clean-architecture-swiftui/blob/89bacb044745114d29f22bae5e8021b8303a199a/UnitTests/System/SystemEventsHandlerTests.swift#L121

nalexn commented 2 years ago

Thank you! Fixed