diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2018-04-05 11:29:40 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-04-06 10:13:27 +0300 |
commit | be13549a3dfd0e37ccf11db60360d7c742e61e67 (patch) | |
tree | 0d529706cf0ca9d399b8201133dc4930c3933d00 /all | |
parent | 2ddeb9ef978d7c5529a608eb0051b43357c06c6b (diff) | |
download | vaadin-framework-be13549a3dfd0e37ccf11db60360d7c742e61e67.tar.gz vaadin-framework-be13549a3dfd0e37ccf11db60360d7c742e61e67.zip |
Fix typos in release notes
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 76c3cb2716..4c646b0e7c 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -84,7 +84,7 @@ <ul> <li><tt>ComboBox</tt> has a better new item handling implementation with <tt>NewItemProvider</tt>.</li> - <lli><tt>Binding</tt> APIs have been improved to allow more advanced use.</lli> + <li><tt>Binding</tt> APIs have been improved to allow more advanced use.</li> <li>New <tt>ReadOnlyHasValue</tt> wrapper class for easy implementation of new <tt>HasValue</tt>s for <tt>Binder</tt>.</li> <li>Built-in <tt>StringTo</tt> converters now have option to use <tt>ErrorMessageProvider</tt>.</li> <li><tt>Grid</tt> headers and footers now support tooltips.</li> @@ -106,7 +106,7 @@ <li><tt>BrowserWindowOpenerConnector</tt> and <tt>FileDownloaderConnector</tt> now are subclasses of <tt>AbstractEventTriggerExtensionConnector</tt> <li>Date range limits in <tt>AbstractDateFieldState</tt> are now <tt>String</tt>s instead of <tt>Date</tt>s, some client-side method signatures were changed</li> <li><tt>BrowserResizeListener</tt> is only called once resizing ends.</li> - <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes and additional row index parameter.</li> + <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes an additional row index parameter.</li> <h2>For incompatible or behavior-altering changes in 8.3, please see <a href="https://vaadin.com/download/release/8.3/8.3.0/release-notes.html#incompatible">8.3 release notes</a></h2> |