Skip to content

Commit

Permalink
Fix typo in navigator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prashcr authored Dec 28, 2016
1 parent c76e60b commit dbcfb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A series of navigator operation apis like `push`, `pop`.
#### 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`.
* `callback`*(object)*: the callback function after executing this action.

Expand Down

0 comments on commit dbcfb5e

Please sign in to comment.