Skip to content

Commit 785a364

Browse files
committed
Fix user.ts path
Switched from `app/user/user.ts` to `app/shared/user/user.ts`
1 parent 5165924 commit 785a364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chapters/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To see how this works in action, let’s edit some files in the `shared` folder
157157
<b>Exercise</b>: Add a model object
158158
</h4>
159159

160-
Let’s start by creating a simple model object to store user data. Open `app/user/user.ts` and paste in the following code:
160+
Let’s start by creating a simple model object to store user data. Open `app/shared/user/user.ts` and paste in the following code:
161161

162162
``` JavaScript
163163
export class User {

0 commit comments

Comments
 (0)