Fix typo in border radius example

This commit is contained in:
Adam Wathan 2017-11-17 16:19:37 -05:00
parent be3f9d3850
commit d9c3f7b6cf

View File

@ -356,7 +356,7 @@ For more information about Tailwind's responsive design features, check out the
</div>
@endslot
@slot('code')
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xlrounded-r ...">
<div class="none:rounded sm:rounded-t md:rounded-b-lg lg:rounded-none xl:rounded-r ...">
<!-- ... -->
</div>
@endslot