0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

remove spelling mistake

This commit is contained in:
Luca-Leon Happel 2017-08-11 11:21:19 +02:00 committed by GitHub
parent 0895d81fa1
commit e5c4b47c15

View file

@ -268,7 +268,7 @@
name: 'Terrain',
id: 'terrain',
init: Example.terrain,
sourceLink: sourceLinkRoot + '/terraing.js'
sourceLink: sourceLinkRoot + '/terrain.js'
},
{
name: 'Time Scaling',
@ -294,4 +294,4 @@
document.body.appendChild(demo.dom.root);
MatterTools.Demo.start(demo);
})();
})();