Skip to content

Commit ca70fe1

Browse files
committed
Fix mistake in border radius docs
1 parent d3817c7 commit ca70fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ features:
202202
<tr>
203203
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.radius-none</td>
204204
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark whitespace-no-wrap">border-radius: 0;</td>
205-
Remove any border radius from all corners of an element. <td class="p-2 border-t border-smoke-light text-sm text-grey-darker"></td>
205+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Remove any border radius from all corners of an element.</td>
206206
</tr>
207207
<tr>
208208
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.radius-t-none</td>

0 commit comments

Comments
 (0)