Skip to content

Commit f4a9b12

Browse files
SuhasBksnicoll
authored andcommitted
Add missing preposition
See gh-31977
1 parent bd66763 commit f4a9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/websocket/stomp/authentication-token-based.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The next example uses server-side configuration to register a custom authenticat
3838
interceptor. Note that an interceptor needs only to authenticate and set
3939
the user header on the CONNECT `Message`. Spring notes and saves the authenticated
4040
user and associate it with subsequent STOMP messages on the same session. The following
41-
example shows how register a custom authentication interceptor:
41+
example shows how to register a custom authentication interceptor:
4242

4343
[source,java,indent=0,subs="verbatim,quotes"]
4444
----

0 commit comments

Comments
 (0)