Skip to content

Commit ade10b1

Browse files
committed
fix: typo in slot name
1 parent 2153a35 commit ade10b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Breadcrumbs.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const processedParts = processParts(
5555
customizeListElements,
5656
excludeCurrentPage,
5757
truncated,
58-
pathLength,
58+
pathLength
5959
);
6060
6161
debugInformation(debug, parts, customizedParts);
@@ -90,7 +90,7 @@ debugInformation(debug, parts, customizedParts);
9090
mainBemClass={mainBemClass}
9191
separatorAriaHidden={separatorAriaHidden}
9292
>
93-
<slot name="separator" slot="seperator" />
93+
<slot name="separator" slot="separator" />
9494
</BreadcrumbSeparator>
9595
</li>
9696
)}
@@ -99,7 +99,7 @@ debugInformation(debug, parts, customizedParts);
9999
{...customizeListElement(
100100
index,
101101
showTruncatedButton,
102-
customizeListElements,
102+
customizeListElements
103103
)}
104104
>
105105
<BreadcrumbLink
@@ -126,7 +126,7 @@ debugInformation(debug, parts, customizedParts);
126126
</li>
127127
</>
128128
);
129-
},
129+
}
130130
)
131131
}
132132
</ol>

0 commit comments

Comments
 (0)