Skip to content

Commit a4ae057

Browse files
authored
Fix typo on learn/te-foundations/tailwind-css/flexbox/ (#2117)
change bg-reg-500 to bg-red-500 Signed-off-by: Michael <[email protected]>
1 parent 4093b72 commit a4ae057

File tree

1 file changed

+1
-1
lines changed
  • site/content/learn/te-foundations/2-tailwindcss/20-flexbox

1 file changed

+1
-1
lines changed

site/content/learn/te-foundations/2-tailwindcss/20-flexbox/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>And what an exciting adventure it is!</h2>
228228
<h2 class="mb-6 mt-12 text-xl font-semibold">Step 3 - set a height</h2>
229229

230230
<p>
231-
Let's do an experiment - let's add the <code>bg-reg-500</code> class to the
231+
Let's do an experiment - let's add the <code>bg-red-500</code> class to the
232232
<code>div</code> with our flexbox, which will give it a red background.
233233
Thanks to this, we will be able to see its actual height.
234234
</p>

0 commit comments

Comments
 (0)