Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumichocopengin8 committed Nov 26, 2023
1 parent 2acd218 commit 32a02a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/content/docs/ja/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';


<CardGrid stagger>
<Card title="速い" icon="rocket">
Rustで構築され、rust-analyzerにインスパイアされた革新的なアーキテクチャを採用
<Card title="高速" icon="rocket">
Rustで構築され、rust-analyzerにインスパイアされた革新的なアーキテクチャを採用しています。
</Card>
<Card title="シンプル" icon="pencil">
設定なしで始められます。必要に応じて豊富なオプションが利用可能です。
Expand All @@ -40,6 +40,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
曖昧なエラーメッセージを極力避けるので、問題がある場合その位置を明示し、解決のためのステップを提供します。
</Card>
<Card title="すぐに使える" icon="add-document">
使用しているすべての言語機能に対するすぐれたサポートをします。特にTypeScriptおよびJSXへのサポートを第一にしています。"
使用しているすべての言語機能に対するすぐれたサポートをします。特にTypeScriptおよびJSXへのサポートを第一にしています。
</Card>
</CardGrid>

0 comments on commit 32a02a0

Please sign in to comment.