Skip to content

Commit

Permalink
[DOCS] ReactTextComponent was renamed ReactDOMTextComponent a while a…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps authored and jimfb committed May 4, 2016
1 parent 590ee49 commit fbe9002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/client/ReactReconcileTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function ReactReconcileTransaction(useCreateElement) {
// `ReactServerRendering`), but server-side uses
// `ReactServerRenderingTransaction` instead. This option is here so that it's
// accessible and defaults to false when `ReactDOMComponent` and
// `ReactTextComponent` checks it in `mountComponent`.`
// `ReactDOMTextComponent` checks it in `mountComponent`.`
this.renderToStaticMarkup = false;
this.reactMountReady = CallbackQueue.getPooled(null);
this.useCreateElement = useCreateElement;
Expand Down

0 comments on commit fbe9002

Please sign in to comment.