Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
Accidentally committed to main branch when testing #14062

Revert 6ed29ee
  • Loading branch information
fisker committed Dec 26, 2022
1 parent 6ed29ee commit 948b3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/versioned_docs/version-stable/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ First, install Prettier locally:
<!--DOCUSAURUS_CODE_TABS-->
<!--npm-->

```shell
```bash
npm install --save-dev --save-exact prettier
```

<!--yarn-->

```shell
```bash
yarn add --dev --exact prettier
```

Expand Down

0 comments on commit 948b3af

Please sign in to comment.