Skip to content

Commit 1dd4e32

Browse files
numb86lex111
authored andcommitted
Fix fragment identifier (#2634)
1 parent 3035dec commit 1dd4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/implementation-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Both this document and his talk are simplifications of the real codebase so you
2525

2626
### Overview {#overview}
2727

28-
The reconciler itself doesn't have a public API. [Renderers](/docs/codebase-overview.html#stack-renderers) like React DOM and React Native use it to efficiently update the user interface according to the React components written by the user.
28+
The reconciler itself doesn't have a public API. [Renderers](/docs/codebase-overview.html#renderers) like React DOM and React Native use it to efficiently update the user interface according to the React components written by the user.
2929

3030
### Mounting as a Recursive Process {#mounting-as-a-recursive-process}
3131

0 commit comments

Comments
 (0)