From 9e937122c216da77d6bd2db68721ab5b1855a750 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Thu, 1 Apr 2021 13:15:47 +0530 Subject: docs: fix typo (#9946) --- docs/examples/read_write_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/read_write_files.md') diff --git a/docs/examples/read_write_files.md b/docs/examples/read_write_files.md index a53c2bcbe..8c1eae1ee 100644 --- a/docs/examples/read_write_files.md +++ b/docs/examples/read_write_files.md @@ -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`. -- cgit v1.2.3