Skip to content

Commit fc1d777

Browse files
ubermachinealxhub
authored andcommitted
docs: Fixed Spelling 'servivce' to 'service' (#50204)
PR Close #50204
1 parent 4655fd5 commit fc1d777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this example, the method writes the data from the form to the browser's conso
3737

3838
In the **Edit** pane of your IDE:
3939

40-
1. In `src/app/housing.servivce.ts`, inside the `HousingService` class, paste this method at the bottom of the class definition.
40+
1. In `src/app/housing.service.ts`, inside the `HousingService` class, paste this method at the bottom of the class definition.
4141

4242
<code-example header="Submit method in src/app/housing.service.ts" path="first-app-lesson-12/src/app/housing.service.ts" region="submit-method"></code-example>
4343

0 commit comments

Comments
 (0)