Skip to content

Commit 6eb9149

Browse files
mrbrightsiideViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제3 문제 번역 - line 16(#1312)
1 parent f9345af commit 6eb9149

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/03-event-delegation/3-sortable-table

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/3-sortable-table/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each `<th>` has the type in the attribute, like this:
1313
<thead>
1414
<tr>
1515
*!*
16-
<th data-type="number">Age</th>
16+
<th data-type="number">나이</th>
1717
<th data-type="string">이름</th>
1818
*/!*
1919
</tr>

0 commit comments

Comments
 (0)