Skip to content

Commit 71bc8ac

Browse files
Improve wording for inline DevTools README.md (facebook#19897)
1 parent 480626a commit 71bc8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-inline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a low-level package. If you're looking for the standalone DevTools app,
88

99
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>).
1010

11-
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:
11+
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:
1212

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

0 commit comments

Comments
 (0)