Browse Source

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

Fix typo
Hamid 4 years ago
parent
commit
e0f2392204
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      website/docs/docs-basic-navigation.mdx

+ 1
- 1
website/docs/docs-basic-navigation.mdx View File

@@ -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.