Fixed typo

This commit is contained in:
Kylart 2019-10-21 00:16:37 +02:00
parent ffb4c75aeb
commit 5b47e3e6c1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default createNamespace(
'showForm',
'setFormEntry'
],
// Brings __s<providerName>
// Brings __s<ProviderName>
state: [
...providers.map(({ value }) => value)
]