diff --git a/examples/snapshot/Clock.react.js b/examples/snapshot/Clock.react.js index 79e5595ab113..11a73525a4cb 100644 --- a/examples/snapshot/Clock.react.js +++ b/examples/snapshot/Clock.react.js @@ -15,7 +15,7 @@ const Clock = () => { return () => clearInterval(timerID); }, []); - return
{seconds} seconds have ellapsed since the UNIX epoch.
; + return{seconds} seconds have elapsed since the UNIX epoch.
; }; export default Clock; diff --git a/examples/snapshot/__tests__/__snapshots__/clock.react.test.js.snap b/examples/snapshot/__tests__/__snapshots__/clock.react.test.js.snap index d70772d3a790..c3096a38045d 100644 --- a/examples/snapshot/__tests__/__snapshots__/clock.react.test.js.snap +++ b/examples/snapshot/__tests__/__snapshots__/clock.react.test.js.snap @@ -3,6 +3,6 @@ exports[`renders correctly 1`] = `1482363367.071 - seconds have ellapsed since the UNIX epoch. + seconds have elapsed since the UNIX epoch.
`;