Skip to content

Commit eec97d5

Browse files
committed
corrected tutorial
1 parent 28ed954 commit eec97d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial-building-todo-app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ <h3 class="text-lg font-semibold mb-3">Creating Events</h3>
938938
<p class="text-gray-600 mb-4">
939939
Create <code class="bg-gray-100 px-2 py-1 rounded">app/Events/TodoCreatedEvent.php</code>:
940940
</p>
941-
<pre class="bg-gray-100 p-4 rounded mb-4"><code class="language-php"><?php
941+
<pre class="bg-gray-100 p-4 rounded mb-4"><code class="language-php">&lt;?php
942942

943943
declare(strict_types=1);
944944

@@ -965,7 +965,7 @@ <h3 class="text-lg font-semibold mb-3">Creating Events</h3>
965965
<p class="text-gray-600 mb-4 mt-6">
966966
Create <code class="bg-gray-100 px-2 py-1 rounded">app/Events/TodoCompletedEvent.php</code>:
967967
</p>
968-
<pre class="bg-gray-100 p-4 rounded mb-4"><code class="language-php"><?php
968+
<pre class="bg-gray-100 p-4 rounded mb-4"><code class="language-php">&lt;?php
969969

970970
declare(strict_types=1);
971971

0 commit comments

Comments
 (0)