We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015a39 commit 2eb3f4eCopy full SHA for 2eb3f4e
packages/react-devtools-inline/README.md
@@ -72,7 +72,7 @@ const iframe = document.getElementById('target');
72
const { contentWindow } = iframe;
73
74
// Installs the global hook into the iframe.
75
-// This be called before React is loaded into that frame.
+// This must be called before React is loaded into that frame.
76
initializeBackend(contentWindow);
77
78
// React application can be injected into <iframe> at any time now...
0 commit comments