Skip to content

Commit cdd502f

Browse files
PiusNyakoojodavideast
authored andcommitted
Removed comma after last value in object (angular#345)
1 parent 8d7dba9 commit cdd502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ bootstrap(<MyApp>, [
138138
apiKey: "<your-key>",
139139
authDomain: "<your-project-authdomain>",
140140
databaseURL: "<your-database-URL>",
141-
storageBucket: "<your-storage-bucket>",
141+
storageBucket: "<your-storage-bucket>"
142142
})
143143
]);
144144
```

0 commit comments

Comments
 (0)