diff --git a/docs/source/guides/getting-started/running-idom.rst b/docs/source/guides/getting-started/running-idom.rst index 3b180f6e5..1a471979b 100644 --- a/docs/source/guides/getting-started/running-idom.rst +++ b/docs/source/guides/getting-started/running-idom.rst @@ -157,7 +157,7 @@ then be passed to the ``run()`` function via the ``config`` parameter: redirect_root_to_index=True, ) - run(App, server_type=PerClientStateServer, config=server_config) + run(App, server_type=PerClientStateServer, server_config=server_config) Here's the list of available configuration types: