nalexn/clean-architecture-swiftui

Typo: TextField spelling

fummicc1 opened this issue · 1 comments

This is very small topic.

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

let textFiled = UITextField(frame: .zero)

Thank you! Fixed