From 7846e499e82b35cc5473c89352bd3be93039bc14 Mon Sep 17 00:00:00 2001 From: Ferran Figueredo Date: Tue, 15 Oct 2019 17:53:40 +0200 Subject: [PATCH] Typo on messages_configuration --- site/source/docs/messages_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/docs/messages_configuration.md b/site/source/docs/messages_configuration.md index 29de37827..58da74a16 100644 --- a/site/source/docs/messages_configuration.md +++ b/site/source/docs/messages_configuration.md @@ -26,6 +26,6 @@ Available options: Option | Type: `default` | Value --- | --- | --- `enabled` | boolean: `true/false` | To enable or completely disable communication support -`provider` | string: `wisper` | Desired provider to automatically connect to in the dapp. +`provider` | string: `whisper` | Desired provider to automatically connect to in the dapp. `available_providers` | array: `["whisper"]` | List of communication platforms to be supported in the dapp. This will affect what's available with the EmbarkJS library in the dapp so if you don't need Whisper for example, removing it from this will considerably reduce the file size of the generated JS code.