Skip to content

Commit

Permalink
Corrected a command line typo (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBowdoin authored and davideast committed Oct 17, 2018
1 parent 0e17dca commit d6f59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying-angularfire-to-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Make sure to add your production firebase configuraiton to the src/environments/

```bash
# build the angular project, creates a dist folder in your directory
ng build -prod
ng build --prod
```

### 1. Initializing a Firebase project
Expand Down

0 comments on commit d6f59c7

Please sign in to comment.