From b8bc24d167f2e19482d9dc6d367876c361abf4ea Mon Sep 17 00:00:00 2001 From: Anh Hong Date: Fri, 11 Dec 2020 02:45:45 +0700 Subject: chore: fixed various misspellings and other typos (#8691) --- std/encoding/_yaml/example/inout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/encoding/_yaml/example/inout.ts') diff --git a/std/encoding/_yaml/example/inout.ts b/std/encoding/_yaml/example/inout.ts index b0b47e3fe..2f7ca6d6b 100644 --- a/std/encoding/_yaml/example/inout.ts +++ b/std/encoding/_yaml/example/inout.ts @@ -23,5 +23,5 @@ const string = stringify(test); if (Deno.inspect(test) === Deno.inspect(parse(string))) { console.log("In-Out as expected."); } else { - console.log("Someting went wrong."); + console.log("Something went wrong."); } -- cgit v1.2.3