Skip to content

Commit cbb1331

Browse files
authored
Merge pull request #325 from tehuel/patch-1
fix typo
2 parents 13fcb3c + 72f9ca7 commit cbb1331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/docs/en/routing/manual-routing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ new Vue({
346346
}).$start();
347347
```
348348

349-
To create a new application utilizing the `<ButtomNavigation>` component run:
349+
To create a new application utilizing the `<BottomNavigation>` component run:
350350

351351
```bash
352352
tns create my-app-name --template tns-template-tab-navigation-vue
@@ -360,4 +360,4 @@ To create a new application utilizing the `<RadSideDrawer>` component run:
360360

361361
```bash
362362
tns create my-app-name --template tns-template-drawer-navigation-vue
363-
```
363+
```

0 commit comments

Comments
 (0)