We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c32fa commit 1077951Copy full SHA for 1077951
1 file changed
src/textual_dev/service.py
@@ -125,7 +125,7 @@ async def shutdown(self) -> None:
125
126
class ClientHandler:
127
"""Handles a single client connection to the devtools.
128
- A single DevtoolsService managers many ClientHandlers. A single ClientHandler
+ A single DevtoolsService manages many ClientHandlers. A single ClientHandler
129
corresponds to a single running Textual application instance, and is responsible
130
for communication with that Textual app.
131
"""
0 commit comments