Skip to content

Commit

Permalink
Fix typo on websocket module: Consecutives 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
altmas5 authored and henningw committed Oct 2, 2020
1 parent cc022ce commit 80ac347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/websocket/doc/websocket_admin.xml
Expand Up @@ -695,7 +695,7 @@ ws_close(4000, "Because I say so");
When defined, the module calls
event_route[websocket:closed] when a connection
closes. The connection may be identified using the
the $si and $sp pseudo-variables.
$si and $sp pseudo-variables.
</para>
<example>
<title><function moreinfo="none">event_route[websocket:closed]</function> usage</title>
Expand Down

0 comments on commit 80ac347

Please sign in to comment.