mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs: fix typo (#9946)
This commit is contained in:
parent
fec1b2a5a4
commit
9e937122c2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ write.then(() => console.log("File written to ./hello.txt"));
|
|||
*/
|
||||
```
|
||||
|
||||
By combining `Deno.writeTextFile` and `JSON.stringify` you can easially write
|
||||
By combining `Deno.writeTextFile` and `JSON.stringify` you can easily write
|
||||
serialized JSON objects to a file. This example uses synchronous
|
||||
`Deno.writeTextFileSync`, but this can also be done asynchronously using
|
||||
`await Deno.writeTextFile`.
|
||||
|
|
Loading…
Add table
Reference in a new issue