Browse Source

docs(navigation): Update navigation docs

songjian 4 years ago
parent
commit
a34d3cf1f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/navigation/navigation/index-en-US.md

+ 1 - 1
content/navigation/navigation/index-en-US.md

@@ -785,4 +785,4 @@ function NavApp (props = {}) {
 ## FAQ
 - **Lost animation in navigation bar?**
 
-    When using functional components, you should give items with useState or useMemo, because passing an array directly to items will trigger component re rendering.
+    When using functional components, you should give items with useState or useMemo, because passing an array directly to items will trigger component rerendering.