Skip to content

Commit 3664706

Browse files
authored
Update running-idom.rst (#710)
The run function does not have a `config` kwarg but instead `server_config`
1 parent f96538c commit 3664706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/getting-started/running-idom.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ then be passed to the ``run()`` function via the ``config`` parameter:
157157
redirect_root_to_index=True,
158158
)
159159
160-
run(App, server_type=PerClientStateServer, config=server_config)
160+
run(App, server_type=PerClientStateServer, server_config=server_config)
161161
162162
Here's the list of available configuration types:
163163

0 commit comments

Comments
 (0)