fixes of a newbie, me

This commit is contained in:
João Bolila
2014-01-12 17:09:24 +00:00
parent c5035fc0b0
commit 426f2978cf
4 changed files with 5 additions and 5 deletions

View File

@@ -49,8 +49,8 @@ exports.parse = function() {
type: "element",
tag: "$codeblock",
attributes: {
code: {tye: "string", value: text},
language: {tye: "string", value: this.match[1]}
code: {type: "string", value: text},
language: {type: "string", value: this.match[1]}
}
}];
};