Skip to content

Commit 65eb64f

Browse files
NicoHoodadamwathan
authored andcommitted
Fix typo (#812)
1 parent 3aacdcc commit 65eb64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/width.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use `w-{fraction}` or `w-full` to set an element to a percentage based width.
107107

108108
<div class="flex ...">
109109
<div class="**w-1/2** ... ">w-1/2</div>
110-
<div class="**w-1/2** ..."">w-1/2</div>
110+
<div class="**w-1/2** ... ">w-1/2</div>
111111
</div>
112112
<div class="flex ...">
113113
<div class="**w-2/5** ...">w-2/5</div>

0 commit comments

Comments
 (0)