From c6b3982e782432af5d9e6f6359f522d34e663cf0 Mon Sep 17 00:00:00 2001 From: Leo Chandra Date: Tue, 16 Feb 2021 20:00:41 +0700 Subject: [PATCH] typo --- op_crates/web/08_text_encoding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op_crates/web/08_text_encoding.js b/op_crates/web/08_text_encoding.js index c3e622c994..73cb38311c 100644 --- a/op_crates/web/08_text_encoding.js +++ b/op_crates/web/08_text_encoding.js @@ -126,7 +126,7 @@ function btoa(s) { s = webidl.converters.DOMString(s, { - prefix: "Failed to execute 'bota'", + prefix: "Failed to execute 'btoa'", context: "Argument 1", }); const byteArray = [];