浏览代码

Update docs-basic-navigation.mdx (#6178)

Fix typo
Hamid 4 年前
父节点
当前提交
e0f2392204
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      website/docs/docs-basic-navigation.mdx

+ 1
- 1
website/docs/docs-basic-navigation.mdx 查看文件

@@ -348,4 +348,4 @@ We've also learned a few methods of applying styles to our screens and layouts w
348 348
 * Components registered with `Navigation.registerComponent()` are injected with a `componentId` which is used when navigating.
349 349
 * Themes are applied via the `Navigation.setDefaultOptions()` command.
350 350
 
351
-In the next section we'll explore a more advance navigation patters using BottomTabs layout and also see how, and why, multiple roots are set.
351
+In the next section we'll explore a more advance navigation patterns using BottomTabs layout and also see how, and why, multiple roots are set.