Skip to content

Commit

Permalink
Merge pull request #26 from vasind/patch-2
Browse files Browse the repository at this point in the history
[Doc] Fix typo for file name
  • Loading branch information
mike-north committed Jul 10, 2019
2 parents a58c685 + 7e2a6de commit 2020362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/10-auth-service.md
Expand Up @@ -120,7 +120,7 @@ Let's show the ID of the currently logged in user in the chat sidebar component.
**BE SURE NOT TO OVERWRITE THE TEMPLATE**

```sh
ember generate component chat-sidebar
ember generate component team-sidebar
```

in the newly-created [`app/components/team-sidebar.js`](../app/components/team-sidebar.js), add the following service injection
Expand All @@ -138,7 +138,7 @@ in the newly-created [`app/components/team-sidebar.js`](../app/components/team-s
}
```

in [`app/templates/components/chat-sidebar.hbs`](../app/templates/components/chat-sidebar.hbs) use the currentUserId value from the service
in [`app/templates/components/team-sidebar.hbs`](../app/templates/components/team-sidebar.hbs) use the currentUserId value from the service

```diff
<span class="team-sidebar__current-user-name text-white opacity-50 text-sm">
Expand Down

0 comments on commit 2020362

Please sign in to comment.