Typo on messages_configuration

This commit is contained in:
Ferran Figueredo 2019-10-15 17:53:40 +02:00 committed by Jonathan Rainville
parent 908064f4e1
commit 7846e499e8
1 changed files with 1 additions and 1 deletions

View File

@ -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.