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:
parent
0895d81fa1
commit
e5c4b47c15
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue