]> source.dussan.org Git - vaadin-framework.git/commitdiff
fix misspelled function call (#11602)
authorTrent Nguyen <nguy2284@umn.edu>
Fri, 24 May 2019 05:48:21 +0000 (00:48 -0500)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Fri, 24 May 2019 05:48:21 +0000 (08:48 +0300)
documentation/articles/UsingURIFragments.asciidoc

index 389125d605047ead8f0bbed546cd5a404e75317a..4bc2df7d298212b25f55c61b9beeb3948694b078 100644 (file)
@@ -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: