diff options
author | David Steinkopff <zeitiger@users.noreply.github.com> | 2017-12-03 14:31:44 +0100 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-12-03 15:31:44 +0200 |
commit | c6dc21e5a0134add1da82b656cac4e17bae207c4 (patch) | |
tree | 4093ae5c1f8b16ab7790a24f5569c0d3a05fc976 /documentation/advanced | |
parent | 845daf7853762e81685f8ed0db6639c242f950fb (diff) | |
download | vaadin-framework-c6dc21e5a0134add1da82b656cac4e17bae207c4.tar.gz vaadin-framework-c6dc21e5a0134add1da82b656cac4e17bae207c4.zip |
Fix typo
Diffstat (limited to 'documentation/advanced')
-rw-r--r-- | documentation/advanced/advanced-pushstate.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/advanced/advanced-pushstate.asciidoc b/documentation/advanced/advanced-pushstate.asciidoc index a29ce865de..5797366dec 100644 --- a/documentation/advanced/advanced-pushstate.asciidoc +++ b/documentation/advanced/advanced-pushstate.asciidoc @@ -1,11 +1,11 @@ --- -title: Mananipulating browser history +title: Manipulating browser history order: 11 layout: page --- [[advanced.pushstate]] -= Mananipulating browser history += Manipulating browser history A major issue in AJAX applications is that as they run in a single web page. Bookmarking the application URL (or more generally the __URI__) can only |