Skip to content

Commit 5cc365c

Browse files
committed
fix typo
1 parent 3369100 commit 5cc365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Widgets = {
77
};
88

99
const IndexPage = () => {
10-
const text = `オレオレOBSウィジュエットの整理`;
10+
const text = `オレオレOBSウィジェットの整理`;
1111

1212
const widgets = [
1313
{ name: 'text', props: { text: text } },

0 commit comments

Comments
 (0)