Skip to content

Commit 0f41ed4

Browse files
committed
Merge pull request Urigo#3 from gulistanboylu/update/user-to-auth
Update subfolder's name users to auth
2 parents 5908e85 + adba95a commit 0f41ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/content/tutorials/socially/angular1/tutorials.socially.angular1.step_18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{#template name="tutorials.socially.angular1.step_18.md"}}
1+
{{#template name="tutorials.socially.angular1.step_18.md"}}
22
{{> downloadPreviousStep stepName="step_17"}}
33

44

@@ -142,7 +142,7 @@ Open the `client/routes.js` and insert following routes below the `$stateProvide
142142

143143
{{> DiffBox tutorialName="meteor-angular1-socially" step="18.17"}}
144144

145-
So we have the routes and state defined, now let's go ahead and create them. Create a subfolder `users` in the `client/` folder, and in the `users` subfolder for each component we will create: login, reset password and sign-up.
145+
So we have the routes and state defined, now let's go ahead and create them. Create a subfolder `auth` in the `client/` folder, and in the `auth` subfolder for each component we will create: login, reset password and sign-up.
146146

147147
Create the `.js` file for the login component:
148148

0 commit comments

Comments
 (0)