From 3d7b653ea45e1a1b95ee5c0df615c9764ef75e49 Mon Sep 17 00:00:00 2001 From: Trent Nguyen Date: Fri, 24 May 2019 00:48:21 -0500 Subject: fix misspelled function call (#11602) --- documentation/articles/UsingURIFragments.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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: -- cgit v1.2.3