浏览代码

fix misspelled function call (#11602)

tags/8.9.0.alpha1
Trent Nguyen 5 年前
父节点
当前提交
3d7b653ea4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      documentation/articles/UsingURIFragments.asciidoc

+ 1
- 1
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:

正在加载...
取消
保存