Skip to content

Commit 2892dc5

Browse files
authored
Merge pull request alibaba#2067 from prashcr/patch-1
Fix typo in navigator.md
2 parents c88e3f7 + dbcfb5e commit 2892dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/navigator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A series of navigator operation apis like `push`, `pop`.
1313
#### Arguments
1414

1515
* `options`*(object)*: some options.
16-
* `url`*(stirng)*: The URL of the weex page to push.
16+
* `url`*(string)*: The URL of the weex page to push.
1717
* `animated`*(string)*: `true`if the weex page is push through animation, otherwise, `false`.
1818
* `callback`*(object)*: the callback function after executing this action.
1919

0 commit comments

Comments
 (0)