Skip to content

Commit

Permalink
README typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 6, 2019
1 parent 2015a39 commit 2eb3f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 2eb3f4e

Please sign in to comment.