Skip to content

Commit 9f99a03

Browse files
exequiel09davideast
authored andcommitted
docs(deploying-angularfire-to-firebase): Fix typo and add some missing words
* docs(deploying-angularfire-to-firebase): Fix typo and add some missing words * docs(deploying-angularfire-to-firebase): Apply requested changes to fix capitalization and remove unnecessary comma
1 parent 58a19c7 commit 9f99a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/7-deploying-angularfire-to-firebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ng build -prod
1212

1313
### 1. Run Firebase init
1414

15-
You must initliazie firebase hosting in order to deploy your application. In order to this run the `firebase init` command.
15+
You must initialize Firebase Hosting in order to deploy your application. In order to do this run the `firebase init` command.
1616
This command prompts you to give the public directory. Choose the /dist directory created by the `ng build -prod`.
1717
`firebase init` will also ask you if you want to overwrite your index file. Type `no` since your angular app includes a index file.
1818

0 commit comments

Comments
 (0)