Skip to content

Commit 90f15e4

Browse files
authored
Merge pull request cfug#682 from wtuyp/patch-1
Update ios-devs.md
2 parents fea574d + 4cfe0ef commit 90f15e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/get-started/flutter-for/ios-devs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ void main() {
723723

724724
Navigate to a route by `push`ing its name to the `Navigator`.
725725

726-
通过把 route 名称传递给 `Naivgator` 来实现 `push` 效果。
726+
通过把 route 名称传递给 `Navigator` 来实现 `push` 效果。
727727

728728
```
729729
Navigator.of(context).pushNamed('/b');

0 commit comments

Comments
 (0)