Browse Source

Fix typo on websocket module: Consecutives 'the'

Jorge Vallecillo 5 năm trước cách đây
mục cha
commit
5b2d73e67f

+ 1 - 1
src/modules/websocket/doc/websocket_admin.xml

@@ -695,7 +695,7 @@ ws_close(4000, "Because I say so");
 			When defined, the module calls
 			When defined, the module calls
 			event_route[websocket:closed] when a connection
 			event_route[websocket:closed] when a connection
 			closes.  The connection may be identified using the
 			closes.  The connection may be identified using the
-			the $si and $sp pseudo-variables.
+			$si and $sp pseudo-variables.
 		</para>
 		</para>
 		<example>
 		<example>
 		<title><function moreinfo="none">event_route[websocket:closed]</function> usage</title>
 		<title><function moreinfo="none">event_route[websocket:closed]</function> usage</title>