Skip to content

Commit

Permalink
Merge pull request #476 from WordPress/docs/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: `CONTANTS` > `CONSTANTS`
  • Loading branch information
aduth committed Apr 20, 2017
2 parents af45471 + 8f4675b commit cb53d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var imageAlignNone = queryFirst( '.block-image__no-align' );
var imageAlignLeft = queryFirst( '.block-image__align-left' );
var imageAlignRight = queryFirst( '.block-image__align-right' );

// Contants
// Constants
var KEY_ENTER = 13;
var KEY_ARROW_LEFT = 37;
var KEY_ARROW_UP = 38;
Expand Down

0 comments on commit cb53d5e

Please sign in to comment.