Skip to content

Commit f0ef5fb

Browse files
authored
Merge pull request #3 from aboudard/aboudard-patch-1
2 parents e729f08 + fb3067e commit f0ef5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/chapter-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As I mentioned in the previous chapter, we are going to create an Angular financ
2020

2121
1. Open a preferred directory of yours
2222
2. Run the following command `ng new finance-logger`
23-
3. You can select a number of options, add routing, SCSS, and so on. Those options are irrelevant tou this tutorial
23+
3. You can select a number of options, add routing, SCSS, and so on. Those options are irrelevant to this tutorial
2424
4. Wait a bit
2525
5. Application has been created
2626

@@ -48,7 +48,7 @@ And in the `imports` array of the `AppModule` declarations, add this line:
4848
// other metadata
4949
imports: [
5050
// other imports
51-
StoreModule.forRoot(),
51+
StoreModule.forRoot({}),
5252
],
5353
})
5454
export class AppModule {}
@@ -58,4 +58,4 @@ export class AppModule {}
5858
2. Open `http://localhost:4200/`
5959
3. See our fresh Angular app
6060

61-
That's it, we did the basic installations, let's now move on to chapter 3, where we will explore the the
61+
That's it, we did the basic installations, let's now move on to chapter 3, where we will explore the What.

0 commit comments

Comments
 (0)