Fix a bunch of spelling errors (#5314)

This commit is contained in:
Bert Belder 2020-05-14 08:58:48 +02:00
parent aa1284ceb0
commit 76a6a1ff46
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
6 changed files with 9 additions and 9 deletions

View file

@ -862,7 +862,7 @@ interface Request extends Body {
readonly integrity: string;
/**
* Returns a boolean indicating whether or not request is for a history
* navigation (a.k.a. back-foward navigation).
* navigation (a.k.a. back-forward navigation).
*/
readonly isHistoryNavigation: boolean;
/**