Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d8c7ed

Browse files
authored
fixed typo (PanJiaChen#3091)
1 parent 6eccffe commit 9d8c7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/dashboard/admin/components/RaddarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070
indicator: [
7171
{ name: 'Sales', max: 10000 },
7272
{ name: 'Administration', max: 20000 },
73-
{ name: 'Information Techology', max: 20000 },
73+
{ name: 'Information Technology', max: 20000 },
7474
{ name: 'Customer Support', max: 20000 },
7575
{ name: 'Development', max: 20000 },
7676
{ name: 'Marketing', max: 20000 }

0 commit comments

Comments
 (0)