Skip to content

Commit

Permalink
Merge pull request #856 from shhdharmen/patch-1
Browse files Browse the repository at this point in the history
fix spelling in comment
  • Loading branch information
jamuhl authored May 24, 2019
2 parents 1277ec2 + 9240736 commit 7d3056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/react/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Page() {
);
}

// loading component for suspence fallback
// loading component for suspense fallback
const Loader = () => (
<div className="App">
<img src={logo} className="App-logo" alt="logo" />
Expand Down

0 comments on commit 7d3056e

Please sign in to comment.