Skip to content

Commit

Permalink
remove spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Quoteme committed Aug 11, 2017
1 parent 0895d81 commit e5c4b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/js/Demo.js
Expand Up @@ -268,7 +268,7 @@
name: 'Terrain',
id: 'terrain',
init: Example.terrain,
sourceLink: sourceLinkRoot + '/terraing.js'
sourceLink: sourceLinkRoot + '/terrain.js'
},
{
name: 'Time Scaling',
Expand All @@ -294,4 +294,4 @@
document.body.appendChild(demo.dom.root);

MatterTools.Demo.start(demo);
})();
})();

0 comments on commit e5c4b47

Please sign in to comment.