From 52bba3fb5fea5da655f8c1af384b158e9d3ba600 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:58:08 +0200 Subject: [PATCH] docs: fix broken sentence in crashReporter.start() documentation (#47777) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Pratyush <116508117+pratstick@users.noreply.github.com> --- 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 2af51c383617..d00dad544f7b 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -63,7 +63,7 @@ The `crashReporter` module has the following methods: * `extra` Record\ (optional) - Extra string key/value annotations that will be sent along with crash reports that are generated in the main process. Only string values are supported. Crashes generated in - child processes will not contain these extra + child processes will not include these extra parameters. To add extra parameters to crash reports generated from child processes, call [`addExtraParameter`](#crashreporteraddextraparameterkey-value) from the child process.