Skip to content

Commit

Permalink
Improve wording for inline DevTools README.md (#19897)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Sep 28, 2020
1 parent 480626a commit 71bc8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a low-level package. If you're looking for the standalone DevTools app,

This package exports two entry points: a frontend (to be run in the main `window`) and a backend (to be installed and run within an `iframe`<sup>1</sup>).

The frontend and backend can be initialized in any order, but **the backend must not be activated until after the frontend has been initialized**. Because of this, the simplest sequence is:
The frontend and backend can be initialized in any order, but **the backend must not be activated until the frontend initialization has completed**. Because of this, the simplest sequence is:

1. Frontend (DevTools interface) initialized in the main `window`.
1. Backend initialized in an `iframe`.
Expand Down

0 comments on commit 71bc8ac

Please # to comment.