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 = [];