mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix typos (#1083)
This commit is contained in:
parent
5fbe6a242c
commit
d2df67e822
9 changed files with 13 additions and 13 deletions
|
@ -20,9 +20,9 @@ export class DenoBlob implements domTypes.Blob {
|
|||
}
|
||||
|
||||
options = options || {};
|
||||
// Set ending property's default value to "tranparent".
|
||||
// Set ending property's default value to "transparent".
|
||||
if (!options.hasOwnProperty("ending")) {
|
||||
options.ending = "tranparent";
|
||||
options.ending = "transparent";
|
||||
}
|
||||
|
||||
if (options.type && !containsOnlyASCII(options.type)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue