Skip to content

Commit d6f59c7

Browse files
DavidBowdoindavideast
authored andcommitted
Corrected a command line typo (angular#1918)
1 parent 0e17dca commit d6f59c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploying-angularfire-to-firebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Make sure to add your production firebase configuraiton to the src/environments/
77

88
```bash
99
# build the angular project, creates a dist folder in your directory
10-
ng build -prod
10+
ng build --prod
1111
```
1212

1313
### 1. Initializing a Firebase project

0 commit comments

Comments
 (0)