Skip to content

Commit

Permalink
fixed a spelling mistake
Browse files Browse the repository at this point in the history
sensative -> sensitive (and hyphenated it — http://en.wikipedia.org/wiki/Context-sensitive_language)
  • Loading branch information
case committed Oct 4, 2012
1 parent 712fd07 commit dfe2d00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/model.js
@@ -1,5 +1,4 @@


/**
* Module dependencies.
*/
Expand Down Expand Up @@ -109,7 +108,7 @@ Visitor.prototype.visitTag = function(node){
Visitor.prototype.visitCode.call(this, node);
break;
case 'buttons':
// Generate context sensative buttons which
// Generate context-sensitive buttons which
// check the record's state.
node = new nodes.Tag('input');
node.setAttribute('type', '"submit"');
Expand Down

0 comments on commit dfe2d00

Please sign in to comment.