Skip to content

Commit

Permalink
refactor(instructions): update 3rd example
Browse files Browse the repository at this point in the history
pluralized words aren't part of the game so removing from examples
  • Loading branch information
mikesprague committed Dec 25, 2023
1 parent 2409dab commit d31e991
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/instructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ export const showInstructions = () => {
</div>
<div>
<div class="guess-row">
<div class="guess">b</div>
<div class="guess absent-overlay">i</div>
<div class="guess">r</div>
<div class="guess">d</div>
<div class="guess">s</div>
<div class="guess">q</div>
<div class="guess absent-overlay">u</div>
<div class="guess">a</div>
<div class="guess">i</div>
<div class="guess">l</div>
</div>
<p class="examples-text">The letter I is not in the word.</p>
</div>
Expand Down

0 comments on commit d31e991

Please sign in to comment.