Skip to content

Commit

Permalink
Merge branch 'pr/463'
Browse files Browse the repository at this point in the history
* pr/463:
  remove spelling mistake
  • Loading branch information
liabru committed Nov 25, 2017
2 parents 6593a72 + e5c4b47 commit fca0994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/js/Demo.js
Original file line number Diff line number Diff line change
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 fca0994

Please sign in to comment.