From d3ac9a3f3beb7d7bd1b5e7d64635256a864d6dda Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 27 Jun 2017 10:40:14 -0700 Subject: [PATCH] fix crash reporter typo --- docs/api/crash-reporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index a32a14966ee..4c4b79ed9b4 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -122,7 +122,7 @@ called before `start` is called. Specifying `null` or `undefined` will remove the key from the extra parameters. -Set an extra parameter to set be sent with the crash report. The values +Set an extra parameter to be sent with the crash report. The values specified here will be sent in addition to any values set via the `extra` option when `start` was called. This API is only available on macOS, if you need to add/update extra parameters on Linux and Windows after your first call to