We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96538c commit 3664706Copy full SHA for 3664706
docs/source/guides/getting-started/running-idom.rst
@@ -157,7 +157,7 @@ then be passed to the ``run()`` function via the ``config`` parameter:
157
redirect_root_to_index=True,
158
)
159
160
- run(App, server_type=PerClientStateServer, config=server_config)
+ run(App, server_type=PerClientStateServer, server_config=server_config)
161
162
Here's the list of available configuration types:
163
0 commit comments