From 9f42c4c4416153bd4e6eac5eededef03d6bace66 Mon Sep 17 00:00:00 2001 From: tinydew4 Date: Mon, 10 Oct 2016 14:31:05 +0000 Subject: [PATCH] Fix dot --- docs/api/crash-reporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 092180f49542..2887577101ec 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -88,5 +88,5 @@ a `multipart/form-data` `POST`: * `_companyName` String - The company name in the `crashReporter` `options` object. * `upload_file_minidump` File - The crash report in the format of `minidump`. -* All level one properties of the `extra` object in the `crashReporter`. - `options` object +* All level one properties of the `extra` object in the `crashReporter` + `options` object.