소스 검색

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

Fix typo
Hamid 4 년 전
부모
커밋
e0f2392204
No account linked to committer's email address
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.