Skip to content

Commit 27ddffe

Browse files
committed
fix spelling
1 parent ab3b590 commit 27ddffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/reference/hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ You can expect this hook to provide strings such as `http://example.com`.
522522

523523
Shortcut that returns the root component's `#!python id` from the WebSocket or HTTP connection.
524524

525-
The root ID is a randomly generated `#!python uuid4`. It is noteable to mention that it is persistent across the current connection. The `uuid` is reset when the page is refreshed.
525+
The root ID is a randomly generated `#!python uuid4`. It is notable to mention that it is persistent across the current connection. The `uuid` is reset when the page is refreshed.
526526

527527
This is useful when used in combination with [`#!python use_channel_layer`](#use-channel-layer) to send messages to a specific component instance, and/or retain a backlog of messages in case that component is disconnected via `#!python use_channel_layer( ... , group_discard=False)`.
528528

0 commit comments

Comments
 (0)