Fix MDN link in Missing Letters

pull/18182/head
Mrugesh Mohapatra 2016-05-03 13:56:27 +00:00
parent 82ee04cf07
commit 9944fb209a
1 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@
], ],
"type": "bonfire", "type": "bonfire",
"MDNlinks": [ "MDNlinks": [
"String.charCodeAt()", "String.prototype.charCodeAt()",
"String.fromCharCode()" "String.fromCharCode()"
], ],
"isRequired": true, "isRequired": true,
@ -903,7 +903,7 @@
], ],
"type": "bonfire", "type": "bonfire",
"MDNlinks": [ "MDNlinks": [
"String.charCodeAt()", "String.prototype.charCodeAt()",
"String.fromCharCode()" "String.fromCharCode()"
], ],
"isRequired": true, "isRequired": true,