diff options
author | Marko Gronroos <magi@vaadin.com> | 2011-12-23 15:42:00 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2011-12-23 15:42:00 +0200 |
commit | 132ab3fab0d19f53b289c42386837ed1908d62cd (patch) | |
tree | db5e41cf31246525bb2fdd10dc2a52f356c09794 /WebContent | |
parent | 86b9c8e10fb2230f70f63cf716213ad433bd1acc (diff) | |
download | vaadin-framework-132ab3fab0d19f53b289c42386837ed1908d62cd.tar.gz vaadin-framework-132ab3fab0d19f53b289c42386837ed1908d62cd.zip |
Fixed a typo in Release Notes.
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6701255d24..09f0df7641 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -102,7 +102,7 @@ <p> All Vaadin 6 applications need some changes when migrating to Vaadin 7. The most obvious changes are in the application/window API and require extending either - <b>Root</b> or <b>Root.LegacyWindow</b> instead of <b>Application</b>. + <b>Root</b> or <b>Root.LegacyApplication</b> instead of <b>Application</b>. </p> <p> |