Repository: incubator-weex-site Updated Branches: refs/heads/master 60fb3c108 -> f67a32c3c
typo Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/f67a32c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/f67a32c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/f67a32c3 Branch: refs/heads/master Commit: f67a32c3cadec38e2a1b12157f2d8cee08c668e3 Parents: 60fb3c1 Author: Rogério Alencar Lino Filho <[email protected]> Authored: Thu Jun 7 10:50:54 2018 -0300 Committer: GitHub <[email protected]> Committed: Thu Jun 7 10:50:54 2018 -0300 ---------------------------------------------------------------------- source/references/modules/navigator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/f67a32c3/source/references/modules/navigator.md ---------------------------------------------------------------------- diff --git a/source/references/modules/navigator.md b/source/references/modules/navigator.md index 6515a88..c78c528 100644 --- a/source/references/modules/navigator.md +++ b/source/references/modules/navigator.md @@ -21,7 +21,7 @@ Push a weex page onto the navigator stack, you can specify whether apply animati **Arguments** * options(object): some options. - * url(stirng): The URL of the weex page to push. + * url(string): The URL of the weex page to push. * animated(string): true, if the weex page is push through animation, otherwise, false. Default value is true. * callback(object): the callback function to be called after executing this action. @@ -66,4 +66,4 @@ Due to the differences in the behavior of the navigation in clients, the above i In addtionï¼you can read [How to extend] (https://github.com/apache/incubator-weex-site/blob/master/source/guide/extend-ios.md) in iOS/Android to learn how to register the implementation the protocol on the client. -[try it](http://dotwe.org/vue/f2daa25e32eec2a294d59a9144660cad) \ No newline at end of file +[try it](http://dotwe.org/vue/f2daa25e32eec2a294d59a9144660cad)
