Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed Nov 15, 2024
1 parent 79902a6 commit 74db309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Color/Color.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {
*/
color?: TextColor;
/**
* ネイティブ要素の`id`属性。ページで固有のIDを指定
* ネイティブ要素のid属性。ページで固有のIDを指定
*/
id?: string;
} & CustomDataAttributeProps;
Expand Down

0 comments on commit 74db309

Please sign in to comment.