Skip to content

Commit 92af390

Browse files
committed
Polish contribution
See gh-29594
1 parent 332d2a3 commit 92af390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ private class IframeHandler implements SockJsRequestHandler {
620620
"<head>\n" +
621621
" <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n" +
622622
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" +
623-
" <title>SocketJS iframe</title>\n" +
623+
" <title>SockJS iframe</title>\n" +
624624
" <script>\n" +
625625
" document.domain = document.domain;\n" +
626626
" _sockjs_onload = function(){SockJS.bootstrap_iframe();};\n" +

0 commit comments

Comments
 (0)