Skip to content

Commit c86642d

Browse files
committed
Merge pull request #31977 from SuhasBk
* pr/31977: Add missing preposition Closes gh-31977
2 parents bd66763 + f4a9b12 commit c86642d

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)