mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
README typofix
This commit is contained in:
@@ -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 <iframe> at any time now...
|
||||
|
||||
Reference in New Issue
Block a user