Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Fix spelling #51

Merged
merged 1 commit into from
Jul 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ interface RequestInitCfProperties {
/**
* Output format to generate. It can be:
* - webp: generate images in Google WebP format. Set quality to 100 to get
* the WebP-lossles format.
* the WebP-lossless format.
* - json: instead of generating an image, outputs information about the
* image, in JSON format. The JSON object will contain image size
* (before and after resizing), source image’s MIME type, file size, etc.
Expand Down Expand Up @@ -485,7 +485,7 @@ interface Doctype {
*/
readonly publicId: string | null;
/**
* Read-Only, The quoted string in the doctype after the SYSTEM atom or immidiately after the publicId.
* Read-Only, The quoted string in the doctype after the SYSTEM atom or immediately after the publicId.
*/
readonly systemId: string | null;
}
Expand Down