Skip to content

Commit

Permalink
Merge pull request #450 from AvdN/patch-1
Browse files Browse the repository at this point in the history
minor doc typo
  • Loading branch information
fscherf committed Jul 26, 2023
2 parents 0c2edf2 + 0c0902a commit 281dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/content/api-reference/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ That means that every hook of a ``lona.LonaView`` like ``handle_request()`` or
``handle_input_event()`` block one thread each until your business logic
finishes.

When planing resources for your application keep in mind that every view that
When planning resources for your application keep in mind that every view that
runs can use up to three threads at a time (one for ``handle_request()``, one
for ``handle_input_event()`` and one for messaging between server and client).

Expand Down

0 comments on commit 281dc21

Please sign in to comment.