Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
starwed committed Oct 3, 2015
1 parent 5176c5a commit 8c954b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isometric/diamond-iso.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Crafty.extend({
*
* Use this method to place an entity in an isometric grid.
*
* @exampl
* @example
* ~~~
* var iso = Crafty.diamondIso.init(64,128,20,20);
* isos.place(Crafty.e('2D, DOM, Color').color('red').attr({w:128, h:128}),1,1,2);
Expand Down

0 comments on commit 8c954b4

Please sign in to comment.