Skip to content

Commit

Permalink
fix typo in deployment documentation (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mglst authored Dec 8, 2024
1 parent e728965 commit eeb3c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Embedded Server

The simplest deployment strategy is to start the web server by calling
``socketio.run(app)`` as shown in examples above. This will look through the
packages that are installed for the best available web server start the
packages that are installed for the best available web server and start the
application on it. The current web server choices that are evaluated are
``eventlet``, ``gevent`` and the Flask development server.

Expand Down

0 comments on commit eeb3c43

Please sign in to comment.