Skip to content

Commit 6ed29ee

Browse files
authored
Test
1 parent 08a51db commit 6ed29ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/versioned_docs/version-stable/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ First, install Prettier locally:
99
<!--DOCUSAURUS_CODE_TABS-->
1010
<!--npm-->
1111

12-
```bash
12+
```shell
1313
npm install --save-dev --save-exact prettier
1414
```
1515

1616
<!--yarn-->
1717

18-
```bash
18+
```shell
1919
yarn add --dev --exact prettier
2020
```
2121

0 commit comments

Comments
 (0)