summaryrefslogtreecommitdiff
path: root/std/encoding/_yaml/example/inout.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/_yaml/example/inout.ts')
-rw-r--r--std/encoding/_yaml/example/inout.ts2
1 files changed, 1 insertions, 1 deletions
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.");
}