fix typo error (#983)

Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
Sherif Lawal 2023-03-20 08:28:20 +01:00 committed by GitHub
parent 0dd8a9178e
commit 2f458b7810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ First, select the `CoreData.xcdatamodeld` file and in menu `Editor > Add Model V
Then use the `Add Entity` button create new Entity.
1. Give a name in data model inspect panel.
2. Also, set the `Module` to `CoreDataStack`.
3. Set the `Codegen` to `Manual/None`. We use `Sourery` generates the template code.
3. Set the `Codegen` to `Manual/None`. We use `Sourcery` to generate the template code.
4. Create the `Entity.swift` file and declear the properties and relationships.
###### How to add or remove property for Entity