summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-07-24 07:39:33 +0300
committerGitHub <noreply@github.com>2017-07-24 07:39:33 +0300
commit0092cf6b2152c4f3908af961259db3aa6a3b939c (patch)
tree931df27af306593c0f884a48378de5478dba57e8 /all
parent40a044cc6e6a6a3d6b94ea6f80bc00b5bc54e5a5 (diff)
downloadvaadin-framework-0092cf6b2152c4f3908af961259db3aa6a3b939c.tar.gz
vaadin-framework-0092cf6b2152c4f3908af961259db3aa6a3b939c.zip
Fix typo in release notes (#9710)
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 4ea3ccdabd..9385115974 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -136,7 +136,7 @@
<li>Push is currently not supported in portals (See <a
href="https://github.com/vaadin/framework/issues/3741">#3741</a>)
</li>
- <li>>Transport mode WEBSOCKET does not support invalidating the session on Tomcat 7,
+ <li>Transport mode WEBSOCKET does not support invalidating the session on Tomcat 7,
nor setting cookies for the session. The new transport mode WEBSOCKET_XHR can be
used to bypass these limitations.
<br />