style(challenges): Change "Mortal Combat" to "Mortal Kombat" (#17625)
Reference the game by using the correct spelling
This commit is contained in:
committed by
Kristofer Koishigawa
parent
e56d739158
commit
ec63a2fff0
@ -811,7 +811,7 @@
|
|||||||
"Here's an example:",
|
"Here's an example:",
|
||||||
"<blockquote><label for="input1">Enter a date:</label><br><input type="date" id="input1" name="input1"><br></blockquote>",
|
"<blockquote><label for="input1">Enter a date:</label><br><input type="date" id="input1" name="input1"><br></blockquote>",
|
||||||
"<hr>",
|
"<hr>",
|
||||||
"Camper Cat is setting up a mortal combat tournament and wants to ask his competitors to see what date works best. Add an <code>input</code> tag with a <code>type</code> attribute of \"date\", an <code>id</code> attribute of \"pickdate\", and a <code>name</code> attribute of \"date\"."
|
"Camper Cat is setting up a Mortal Kombat tournament and wants to ask his competitors to see what date works best. Add an <code>input</code> tag with a <code>type</code> attribute of \"date\", an <code>id</code> attribute of \"pickdate\", and a <code>name</code> attribute of \"date\"."
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
{
|
{
|
||||||
@ -848,7 +848,7 @@
|
|||||||
" </header>",
|
" </header>",
|
||||||
" <main>",
|
" <main>",
|
||||||
" <section>",
|
" <section>",
|
||||||
" <h2>Mortal Combat Tournament Survey</h2>",
|
" <h2>Mortal Kombat Tournament Survey</h2>",
|
||||||
" <form>",
|
" <form>",
|
||||||
" <p>Tell us the best date for the competition</p>",
|
" <p>Tell us the best date for the competition</p>",
|
||||||
" <label for=\"pickdate\">Preferred Date:</label>",
|
" <label for=\"pickdate\">Preferred Date:</label>",
|
||||||
@ -879,7 +879,7 @@
|
|||||||
"Here's an example:",
|
"Here's an example:",
|
||||||
"<code><p>Master Camper Cat officiated the cage match between Goro and Scorpion <time datetime="2013-02-13">last Wednesday</time>, which ended in a draw.</p></code>",
|
"<code><p>Master Camper Cat officiated the cage match between Goro and Scorpion <time datetime="2013-02-13">last Wednesday</time>, which ended in a draw.</p></code>",
|
||||||
"<hr>",
|
"<hr>",
|
||||||
"Camper Cat's mortal combat survey results are in! Wrap a <code>time</code> tag around the text \"Thursday, September 15<sup>th</sup>\" and add a <code>datetime</code> attribute to it set to \"2016-09-15\"."
|
"Camper Cat's Mortal Kombat survey results are in! Wrap a <code>time</code> tag around the text \"Thursday, September 15<sup>th</sup>\" and add a <code>datetime</code> attribute to it set to \"2016-09-15\"."
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
{
|
{
|
||||||
@ -915,11 +915,11 @@
|
|||||||
" <h1>Tournaments</h1>",
|
" <h1>Tournaments</h1>",
|
||||||
" </header>",
|
" </header>",
|
||||||
" <article>",
|
" <article>",
|
||||||
" <h2>Mortal Combat Tournament Survey Results</h2>",
|
" <h2>Mortal Kombat Tournament Survey Results</h2>",
|
||||||
" ",
|
" ",
|
||||||
" <!-- Add your code below this line -->",
|
" <!-- Add your code below this line -->",
|
||||||
" ",
|
" ",
|
||||||
" <p>Thank you to everyone for responding to Master Camper Cat's survey. The best day to host the vaunted Mortal Combat tournament is Thursday, September 15<sup>th</sup>. May the best ninja win!</p>",
|
" <p>Thank you to everyone for responding to Master Camper Cat's survey. The best day to host the vaunted Mortal Kombat tournament is Thursday, September 15<sup>th</sup>. May the best ninja win!</p>",
|
||||||
" ",
|
" ",
|
||||||
" <!-- Add your code above this line -->",
|
" <!-- Add your code above this line -->",
|
||||||
" ",
|
" ",
|
||||||
|
Reference in New Issue
Block a user