Skip to content

Commit f1ef9ff

Browse files
bernard-lingaearon
authored andcommitted
Fixing typo (#229)
1 parent 7d53bbe commit f1ef9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/codebase-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Its main goals are:
210210
* Ability to return multiple elements from `render()`.
211211
* Better support for error boundaries.
212212

213-
You can read more about it in [React Fiber Architecture](https://github.com/acdlite/react-fiber-architecture). While it has shipped with React 16, the async features are not enabled by defaut yet.
213+
You can read more about it in [React Fiber Architecture](https://github.com/acdlite/react-fiber-architecture). While it has shipped with React 16, the async features are not enabled by default yet.
214214

215215
Its source code is located in [`packages/react-reconciler`](https://github.com/facebook/react/tree/master/packages/react-reconciler).
216216

0 commit comments

Comments
 (0)