Skip to content

Commit 6445781

Browse files
committed
fix error message text
1 parent 2ce5566 commit 6445781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h3 class="text-sm text-gray-400">Cleaner syntax</h3>
350350
<pre class="text-gray-100 text-xs font-mono tracking-tight overflow-x-auto whitespace-pre leading-[19px] pl-4">
351351
<code>
352352
<span class="text-red-950 bg-red-500 p-1 font-semibold">FAIL</span> Tests\MathTest
353-
<div class="flex items-center"><span class="text-red-500 text-lg">×</span> adds numbers</div>
353+
<div class="flex items-center"><span class="text-red-500 text-lg">×</span> it adds numbers</div>
354354
<hr class="border-red-500 -mt-1">
355355
<span class="text-red-950 bg-red-500 p-1 font-semibold">FAILED</span> Tests\MathTest <span class="text-gray-400">&gt;</span> adds numbers
356356
<div class="font-bold mt-2">Failed asserting that <span class="text-yellow-300">2</span> is identical to <span class="text-yellow-300">3</span>.</div>
@@ -494,7 +494,7 @@ <h2 class="text-center mx-auto mt-2 max-w-2xl text-4xl tracking-tight text-balan
494494
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="size-6.5" fill="none"><path d="M12 20.5C13.8097 20.5 15.5451 20.3212 17.1534 19.9934C19.1623 19.5839 20.1668 19.3791 21.0834 18.2006C22 17.0221 22 15.6693 22 12.9635V11.0365C22 8.33073 22 6.97787 21.0834 5.79937C20.1668 4.62088 19.1623 4.41613 17.1534 4.00662C15.5451 3.67877 13.8097 3.5 12 3.5C10.1903 3.5 8.45489 3.67877 6.84656 4.00662C4.83766 4.41613 3.83321 4.62088 2.9166 5.79937C2 6.97787 2 8.33073 2 11.0365V12.9635C2 15.6693 2 17.0221 2.9166 18.2006C3.83321 19.3791 4.83766 19.5839 6.84656 19.9934C8.45489 20.3212 10.1903 20.5 12 20.5Z" stroke="currentColor" stroke-width="1.5"></path><path opacity="0.4" d="M15.9621 12.3129C15.8137 12.9187 15.0241 13.3538 13.4449 14.2241C11.7272 15.1705 10.8684 15.6438 10.1728 15.4615C9.9372 15.3997 9.7202 15.2911 9.53799 15.1438C9 14.7089 9 13.8059 9 12C9 10.1941 9 9.29112 9.53799 8.85618C9.7202 8.70886 9.9372 8.60029 10.1728 8.53854C10.8684 8.35621 11.7272 8.82945 13.4449 9.77593C15.0241 10.6462 15.8137 11.0813 15.9621 11.6871C16.0126 11.8933 16.0126 12.1067 15.9621 12.3129Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path></svg>
495495
</a>
496496
</div>
497-
<p class="mt-8 text-center text-sm/6 text-gray-400 md:order-1 md:mt-0">&copy; 2025 PestPHP – A project by <a href="https://pinkary.com/@nunomaduro" target="_blank" class="underline underline-offset-4 hover:no-underline">Nuno Maduro</a>.<br class="sm:hidden"> Designed by <a href="https://nunoguerra.com/" target="_blank" class="underline underline-offset-4 hover:no-underline">Nuno Guerra</a>.</p>
497+
<p class="mt-8 text-center text-sm/6 text-gray-400 md:order-1 md:mt-0">&copy; 2025 PestPHP – A project by <a href="https://pinkary.com/@nunomaduro" target="_blank" class="underline underline-offset-4 hover:no-underline">Nuno Maduro</a>.<br class="sm:hidden"> Designed by <a href="https://nunoguerra.com/?ref=pestphp" target="_blank" class="underline underline-offset-4 hover:no-underline">Nuno Guerra</a>.</p>
498498
</div>
499499
</footer>
500500

0 commit comments

Comments
 (0)