Skip to content

Commit

Permalink
docs(ja): fix typos in Japanese doc (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
K-tecchan authored Dec 10, 2023
1 parent 1595c40 commit 5e3b19e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/src/content/docs/ja/analyzer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import文は、"距離" によってソートされます。ユーザーから "
3. `npm:`プロトコルを介してインポートされたモジュール。これはDenoで実行されるコードを書く場合に適用されます。
4. URLを介してインポートされたモジュール。
5. ライブラリからインポートされたモジュール。
6. 絶対インポート (absolute import) を使用してインポートされたモジュール
6. 絶対インポート (absolute import) を使用してインポートされたモジュール
7. `#`の接頭辞が付いた名前からインポートされたモジュール。これは、[Nodeのサブパスインポート](https://nodejs.org/api/packages.html#subpath-imports)を使用する場合に適用されます。
8. 相対インポート (relative import) を使用してインポートされたモジュール。
9. 前述の基準で識別できなかったモジュール。
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/ja/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Biomeをインストールする際には、バージョン範囲演算子を使
}
```

`linter.enabled: true` はLinterを有効にし`rules.recommended: true`[推奨ルール](/linter/rules/)を有効にします。
`linter.enabled: true` はlinterを有効にし`rules.recommended: true`[推奨ルール](/linter/rules/)を有効にします。

この設定では、`formatter.enabled: false` で明示的にformatを[無効化](/reference/configuration/#formatterenabled)していないため、formatは有効になっています。

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/ja/guides/manual-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ brew install biome

## システム要件

- Windows (WSL 含む), macOS, または Linux
- WindowsWSL 含む), macOS, または Linux
- x86_64 または ARM64

## サポートされるプラットフォーム
Expand Down

0 comments on commit 5e3b19e

Please sign in to comment.