From 2eb3f4e9b8dcf876b667591dd25209bf41a43a05 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 6 Aug 2019 10:45:16 -0700 Subject: [PATCH] README typofix --- packages/react-devtools-inline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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