hmlongco / Factory

A new approach to Container-Based Dependency Injection for Swift and SwiftUI.
MIT License
1.71k stars 107 forks source link

Typo in SwiftUI docs? #117

Closed elprl closed 1 year ago

elprl commented 1 year ago

https://hmlongco.github.io/Factory/documentation/factory/previews

Should it be class ContentView: View { instead of class ContentView: ObservableObject {

hmlongco commented 1 year ago

Yep. Thanks. Fixed in develop.