Skip to content

Commit

Permalink
docs: fix typo (denoland#9946)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4nd4n committed Apr 1, 2021
1 parent fec1b2a commit 9e93712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/read_write_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 9e93712

Please sign in to comment.