Skip to content

Commit 5406492

Browse files
fix: typo
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0a81b8a commit 5406492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/DownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ const config = computed(() => {
868868
v-for="datapoint in legend"
869869
:key="datapoint.name"
870870
:aria-pressed="datapoint.isSegregated"
871-
:arial-label="datapoint.name"
871+
:aria-label="datapoint.name"
872872
type="button"
873873
class="flex gap-1 place-items-center"
874874
@click="datapoint.segregate()"

0 commit comments

Comments
 (0)