diff --git a/packages/react-devtools-inline/README.md b/packages/react-devtools-inline/README.md index 65bb06ff82e6..b576b40db8a3 100644 --- a/packages/react-devtools-inline/README.md +++ b/packages/react-devtools-inline/README.md @@ -72,7 +72,7 @@ const iframe = document.getElementById('target'); const { contentWindow } = iframe; // Installs the global hook into the iframe. -// This be called before React is loaded into that frame. +// This must be called before React is loaded into that frame. initializeBackend(contentWindow); // React application can be injected into