Skip to content

Commit c8d9df0

Browse files
hiteshkundaloliviertassinari
authored andcommitted
[docs] Fix broken TypeScript hash link in CONTRIBUTING.md (#19236)
1 parent 3c1d3a1 commit c8d9df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ yarn install
5656

5757
```sh
5858
git checkout -b my-topic-branch
59-
````
59+
```
6060

6161
6. Make changes, commit and push to your fork:
6262

@@ -92,7 +92,7 @@ Because we will only merge a Pull Request for which all tests pass. The followin
9292
- The code is linted (run `yarn lint`).
9393
- If API documentation is being changed in the source (run `yarn docs:api`).
9494
- If demos were changed, make sure `yarn docs:typescript:formatted` does not introduce changes.
95-
See [About TypeScript demos](#about-typescript-demos).
95+
See [about writing demos](#3-write-the-content-of-the-demo).
9696
- The Pull Request title follows the pattern `[Component] Imperative commit message`. (See: [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/#imperative) for a great explanation)
9797

9898
#### Checks and how to fix them

0 commit comments

Comments
 (0)