Fix MDN link in Missing Letters
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user