Skip to content

Commit b650cda

Browse files
authored
Merge pull request #173 from chvmvd/fix-typo
Fix typo
2 parents 351b8cb + 44ad8f9 commit b650cda

File tree

1 file changed

+1
-1
lines changed
  • docs/03extras/04website/02docusaurus/01markdown

1 file changed

+1
-1
lines changed

docs/03extras/04website/02docusaurus/01markdown/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ JavaScript を文書の中に書くことができるので、例えば次のよ
128128
ちなみに、このシケプリではライフゲームのコンポーネントを作ったので、それを使うときはファイルの先頭で次のようにインポートしてから、次のように書くだけでライフゲームを表示できます(笑)
129129

130130
```markdown
131-
import LifeGame from "@site/src/components/LifeGame/LifeGame";
131+
import LifeGame from "@site/src/components/LifeGame";
132132
```
133133

134134
```mdx live

0 commit comments

Comments
 (0)