Skip to content

Commit 67a09d9

Browse files
committed
Fix typo, and trimming.
1 parent b2559d7 commit 67a09d9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/api/protocol.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ which sends a new HTTP request as a response.
286286
* `completion` Function (optional)
287287
* `error` Error
288288

289-
290289
Remove the interceptor installed for `scheme` and restore its original handler.
291290

292291
[net-error]: https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h

docs/api/session.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,9 @@ The following methods are available on instances of `WebRequest`:
549549
The `listener` will be called with `listener(details, callback)` when a request
550550
is about to occur.
551551

552-
The `uploadData` is an array of `UploadData` objects:
552+
The `uploadData` is an array of `UploadData` objects.
553553

554-
The `callback` has to be called with an `response` object:
554+
The `callback` has to be called with an `response` object.
555555

556556
#### `webRequest.onBeforeSendHeaders([filter, ]listener)`
557557

@@ -575,7 +575,7 @@ TCP connection is made to the server, but before any http data is sent.
575575
* `requestHeaders` Object (optional) - When provided, request will be made
576576
with these headers.
577577

578-
The `callback` has to be called with an `response` object:
578+
The `callback` has to be called with an `response` object.
579579

580580
#### `webRequest.onSendHeaders([filter, ]listener)`
581581

docs/api/structures/desktop-capturer-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
title.
1010
* `thumbnail` [NativeImage](../native-image.md) - A thumbnail image. **Note:**
1111
There is no guarantee that the size of the thumbnail is the same as the
12-
`thumnbailSize` specified in the `options` passed to
12+
`thumbnailSize` specified in the `options` passed to
1313
`desktopCapturer.getSources`. The actual size depends on the scale of the
1414
screen or window.

0 commit comments

Comments
 (0)