Skip to content

Commit

Permalink
Removed comma after last value in object (angular#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiusNyakoojo authored and davideast committed Jul 15, 2016
1 parent 8d7dba9 commit cdd502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ bootstrap(<MyApp>, [
apiKey: "<your-key>",
authDomain: "<your-project-authdomain>",
databaseURL: "<your-database-URL>",
storageBucket: "<your-storage-bucket>",
storageBucket: "<your-storage-bucket>"
})
]);
```
Expand Down

0 comments on commit cdd502f

Please sign in to comment.