Skip to content

Commit 85fbe3b

Browse files
author
Brian Vaughn
committed
Merge branch 'master' into devtools-v4-merge
2 parents 7ce229d + a9304e7 commit 85fbe3b

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
@@ -21,7 +21,7 @@ The frontend and backend can be initialized in any order, but **the backend must
2121
### `react-devtools-inline/backend`
2222

2323
* **`initialize(contentWindow)`** -
24-
Installs the global hook on the window. This hook is how React and DevTools communicate. **This method must be called before React is loaded.** (This means before any `import` or `require` statements!)
24+
Installs the global hook on the window. This hook is how React and DevTools communicate. **This method must be called before React is loaded.** (This means before any `import` or `require` statements!)
2525
* **`activate(contentWindow)`** -
2626
Lets the backend know when the frontend is ready. It should not be called until after the frontend has been initialized, else the frontend might miss important tree-initialization events.
2727

0 commit comments

Comments
 (0)