Skip to content

Commit

Permalink
fix(abountmeinfos): edit the props name descriptionColor #164
Browse files Browse the repository at this point in the history
  • Loading branch information
woorim960 committed Oct 2, 2022
1 parent e51aeba commit 8c39e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common/types/ComponentTypes/Contact/ContactType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface ContactPropsType extends ChannelsPropsType {
*
* @example aboutMeInfos
* ```ts
* [{ title: 'Where I live', titleColor: 'black', description: 'Seoul, Republic of Korea', desciptionColor: 'black' }, { title: 'Give me a call', titleColor: 'black', description: 'T. +82 (0)10 1234 5678', desciptionColor: 'black' }, { title: 'Or, why don’t you email me?', titleColor: 'black', description: 'dev-portfolio@gmail.com', desciptionColor: 'black' }]
* [{ title: 'Where I live', titleColor: 'black', description: 'Seoul, Republic of Korea', descriptionColor: 'black' }, { title: 'Give me a call', titleColor: 'black', description: 'T. +82 (0)10 1234 5678', descriptionColor: 'black' }, { title: 'Or, why don’t you email me?', titleColor: 'black', description: 'dev-portfolio@gmail.com', descriptionColor: 'black' }]
* ```
*/
aboutMeInfos?: AboutMeInfoPropsType[];
Expand Down

0 comments on commit 8c39e8e

Please sign in to comment.