Skip to content

Commit

Permalink
docs: ✏️ fix typo
Browse files Browse the repository at this point in the history
Closes: #36
  • Loading branch information
ponyoxa committed Nov 4, 2023
1 parent e7ff740 commit 351f78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

### インストール

インストールは以下の方法で行うことができます: `npm`, `yarn`, `pnpm`.
インストールは以下の方法で行うことができます: `npm` `yarn` `pnpm`

最初に [ESLint](https://eslint.org/) と TypeScript をインストールする必要があります:

Expand Down Expand Up @@ -111,7 +111,7 @@ npx install-peerdeps eslint-plugin-nimbus-clean --pnpm

#### 段階的な改善

既存のプロジェクトが大きかったり、古かったりする場合には、`nimbus-clean` 設定を段階的にに適用することができます:
既存のプロジェクトが大きかったり、古かったりする場合には、`nimbus-clean` 設定を段階的に適用することができます:
- `plugin:nimbus-clean/common`
- `plugin:nimbus-clean/prettier`
- `plugin:nimbus-clean/import`
Expand Down

0 comments on commit 351f78a

Please sign in to comment.