Skip to content

Commit 8cde537

Browse files
authored
path typo (#163)
Fixing a Path Typo in the Contribution Guide Path typo "test/resource/" -> "test/resources/"
1 parent a767d9e commit 8cde537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ you do not already have one. Use a separate, dedicated project for integration t
137137
test suite makes a large number of writes to the Firebase realtime database. Download the service
138138
account key file from the "Settings > Service Accounts" page of the project, and copy it to
139139
`test/resources/key.json`. Also obtain the API key for the same project from "Settings > General",
140-
and save it to `test/resource/apikey.txt`. Finally, to run the integration test suite:
140+
and save it to `test/resources/apikey.txt`. Finally, to run the integration test suite:
141141

142142
```bash
143143
$ npm run integration # Build and run integration test suite

0 commit comments

Comments
 (0)