We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1d777 commit a648e30Copy full SHA for a648e30
1 file changed
aio/content/tutorial/first-app/first-app-lesson-09.md
@@ -71,7 +71,7 @@ For now, your app's new service uses the data that has, so far, been created loc
71
In the **Edit** pane of your IDE:
72
73
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`:
+1. In `src/app/housing.service.ts`:
75
1. Inside the `HousingService` class, paste the variable that you copied from `HomeComponent` in the previous step.
76
1. Inside the `HousingService` class, paste these functions after the data you just copied.
77
These functions allow dependencies to access the service's data.
0 commit comments