From 6f62ef84a729901c48b78f665584fd31f30f90e6 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 21 Mar 2022 15:07:42 +1100 Subject: [PATCH] Fix typo --- examples/relay-js/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relay-js/index.html b/examples/relay-js/index.html index b39276d53a..914adf759a 100644 --- a/examples/relay-js/index.html +++ b/examples/relay-js/index.html @@ -94,7 +94,7 @@ return; // Helper method to decode the payload to utf-8. A production dApp should - // use `wakuMessage.payload` (U8intArray) which enables encoding a data + // use `wakuMessage.payload` (Uint8Array) which enables encoding a data // structure of their choice. // // https://js-waku.wakuconnect.dev/classes/waku_message.WakuMessage.html#payloadAsUtf8