MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

9. Handling New Users #71

Closed byzantinist closed 7 years ago

byzantinist commented 7 years ago

Multiple spelling/grammar issues

Simliarly to our approach to new users, if we recieved an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.

should be

Similar to our approach to new users, if we received an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.


Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database we set the singleton with our custom setter method.

should be something similar to

_Now that we've created a User singleton, we need to make sure to set it. Once we receive the user from the database we set the singleton with our custom setter method.

or

Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database. We set the singleton with our custom setter method.

ocwang commented 7 years ago

Fixed, thanks!