Skip to content

Commit 547a98b

Browse files
authored
fix: re-indent commands in CONTRIBUTING.md guide (#5305)
## Description I spotted an error in the CONTRIBUTING.md guide while working on another PR. A code block has been incorrectly indenting, meaning that the backticks are visible in the rendered Markdown document. ## Test Plan N/A ## Related Issues N/A
1 parent b1af0de commit 547a98b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ Before you submit your pull request consider the following guidelines:
7979
* Install [node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/). We use yarn to lint, test and build the lambdas.
8080
* Build your changes locally to ensure all the tests pass:
8181

82-
```shell
83-
cd lambdas
84-
yarn install
85-
yarn format
86-
yarn lint
87-
yarn test
88-
yarn build
89-
cd ..
90-
```
82+
```shell
83+
cd lambdas
84+
yarn install
85+
yarn format
86+
yarn lint
87+
yarn test
88+
yarn build
89+
cd ..
90+
```
9191

9292
* Push your branch to GitHub:
9393

0 commit comments

Comments
 (0)