used -> called
authorKevin Sawicki <kevinsawicki@gmail.com>
Mon, 28 Nov 2016 23:03:38 +0000 (15:03 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Mon, 28 Nov 2016 23:08:28 +0000 (15:08 -0800)
docs/api/crash-reporter.md

index f9409bd..a8a6102 100644 (file)
@@ -75,7 +75,7 @@ ID.
 Returns `Boolean` - Whether reports should be submitted to the server.  Set through
 the `start` method or `setUploadToServer`.
 
-**Note:** This API can only be used from the main process.
+**Note:** This API can only be called from the main process.
 
 ### `crashReporter.setUploadToServer(uploadToServer)` _macOS_
 
@@ -84,7 +84,7 @@ the `start` method or `setUploadToServer`.
 This would normally be controlled by user preferences. This has no effect if
 called before `start` is called.
 
-**Note:** This API can only be used from the main process.
+**Note:** This API can only be called from the main process.
 
 ## Crash Report Payload