Commit fc2e2c8789efd28def8cfa057bb37b132b3c9970
Committed by
GitHub
1 parent
df0e0cbe
fix: fix typo (#2337)
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/dashboard/workbench/components/data.ts
@@ -141,7 +141,7 @@ export const groupItems: GroupItem[] = [ | @@ -141,7 +141,7 @@ export const groupItems: GroupItem[] = [ | ||
141 | title: 'React', | 141 | title: 'React', |
142 | icon: 'bx:bxl-react', | 142 | icon: 'bx:bxl-react', |
143 | color: '#00d8ff', | 143 | color: '#00d8ff', |
144 | - desc: '健康的身体是实目标的基石。', | 144 | + desc: '健康的身体是实现目标的基石。', |
145 | group: '技术牛', | 145 | group: '技术牛', |
146 | date: '2021-04-01', | 146 | date: '2021-04-01', |
147 | }, | 147 | }, |