Skip to content

Commit

Permalink
fix typo in our test shim script (#3386)
Browse files Browse the repository at this point in the history
tiny typo fix
  • Loading branch information
rgbkrk authored and lgeiger committed Oct 1, 2018
1 parent 47f8b03 commit 08c7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Range.prototype.createContextualFragment = html =>

global.window.focus = () => {};

// HACK: Polyfil that allows codemirror to render in a JSDOM env.
// HACK: Polyfill that allows codemirror to render in a JSDOM env.
global.window.document.createRange = function createRange() {
return {
setEnd: () => {},
Expand Down

0 comments on commit 08c7141

Please sign in to comment.