diff options
author | Trent Nguyen <nguy2284@umn.edu> | 2019-05-24 00:48:21 -0500 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-05-24 08:48:21 +0300 |
commit | 3d7b653ea45e1a1b95ee5c0df615c9764ef75e49 (patch) | |
tree | 4f004acd736de475bcce1479fea71f79d30484b0 /documentation | |
parent | 0b7457325200162961cae52e7d871db928dc3cd9 (diff) | |
download | vaadin-framework-3d7b653ea45e1a1b95ee5c0df615c9764ef75e49.tar.gz vaadin-framework-3d7b653ea45e1a1b95ee5c0df615c9764ef75e49.zip |
fix misspelled function call (#11602)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/articles/UsingURIFragments.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/UsingURIFragments.asciidoc b/documentation/articles/UsingURIFragments.asciidoc index 389125d605..4bc2df7d29 100644 --- a/documentation/articles/UsingURIFragments.asciidoc +++ b/documentation/articles/UsingURIFragments.asciidoc @@ -18,7 +18,7 @@ request used to initialize the application and you can get the URI fragment using .... -getPage().geUriFragment() +getPage().getUriFragment() .... A simple init that depends on the URI fragment is thus: |