Skip to content

Commit 2eb3f4e

Browse files
author
Brian Vaughn
committed
README typofix
1 parent 2015a39 commit 2eb3f4e

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
@@ -72,7 +72,7 @@ const iframe = document.getElementById('target');
7272
const { contentWindow } = iframe;
7373

7474
// Installs the global hook into the iframe.
75-
// This be called before React is loaded into that frame.
75+
// This must be called before React is loaded into that frame.
7676
initializeBackend(contentWindow);
7777

7878
// React application can be injected into <iframe> at any time now...

0 commit comments

Comments
 (0)