docs typo fix

This commit is contained in:
Shelley Vohr 2017-11-01 22:25:10 -04:00
parent 24acd74d15
commit dc9c2673d7
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -116,7 +116,7 @@ called before `start` is called.
**Note:** This API can only be called from the main process.
### `crashReporter.addExtraParameter(key, value)` _macOS_
### `crashReporter.setExtraParameter(key, value)` _macOS_
* `key` String - Parameter key, must be less than 64 characters long.
* `value` String - Parameter value, must be less than 64 characters long.