README typofix

This commit is contained in:
Brian Vaughn
2019-08-06 10:45:16 -07:00
parent 2015a39c2e
commit 2eb3f4e9b8

View File

@@ -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...