Skip to content

Commit a648e30

Browse files
JeanMechealxhub
authored andcommitted
docs: fix filename in first-app (#50207)
Same mistake as #50204 but a different file. PR Close #50207
1 parent fc1d777 commit a648e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/tutorial/first-app/first-app-lesson-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For now, your app's new service uses the data that has, so far, been created loc
7171
In the **Edit** pane of your IDE:
7272

7373
1. In `src/app/home/home.component.ts`, from `HomeComponent`, copy the `housingLocationList` variable and its array value.
74-
1. In `src/app/housing.servivce.ts`:
74+
1. In `src/app/housing.service.ts`:
7575
1. Inside the `HousingService` class, paste the variable that you copied from `HomeComponent` in the previous step.
7676
1. Inside the `HousingService` class, paste these functions after the data you just copied.
7777
These functions allow dependencies to access the service's data.

0 commit comments

Comments
 (0)