We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc24abd commit c761cd8Copy full SHA for c761cd8
content/docs/faq-internals.md
@@ -20,4 +20,4 @@ Virtual DOM 是一种编程概念。在这个概念里, UI 以一种理想化
20
21
### 什么是 “React Fiber”? {#what-is-react-fiber}
22
23
-Fiber 是 React 16 中新的协调引擎。它的主要目的是使Virtual DOM 可以进行增量式渲染。[了解更多](https://github.com/acdlite/react-fiber-architecture).
+Fiber 是 React 16 中新的协调引擎。它的主要目的是使 Virtual DOM 可以进行增量式渲染。[了解更多](https://github.com/acdlite/react-fiber-architecture).
0 commit comments