Skip to content

Commit 3705071

Browse files
authored
Update index.html
1 parent 718061e commit 3705071

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/07-modifying-document/7-create-object-tree/build-tree-dom.view

1 file changed

+1
-1
lines changed

2-ui/1-document/07-modifying-document/7-create-object-tree/build-tree-dom.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
function createTreeDom(obj) {
31-
// Hic çocuk yoksa, o zaman çağrı dönüşlerı tanımlanamaz
31+
// Hiç çocuk yoksa, o zaman çağrı dönüşleri tanımlanamaz
3232
// ve <ul> oluşturulamayacaktır
3333
if (!Object.keys(obj).length) return;
3434

0 commit comments

Comments
 (0)