Skip to content

Commit

Permalink
[docs] Fix broken TypeScript hash link in CONTRIBUTING.md (#19236)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshkundal authored and oliviertassinari committed Jan 15, 2020
1 parent 3c1d3a1 commit c8d9df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ yarn install

```sh
git checkout -b my-topic-branch
````
```

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

Expand Down Expand Up @@ -92,7 +92,7 @@ Because we will only merge a Pull Request for which all tests pass. The followin
- The code is linted (run `yarn lint`).
- If API documentation is being changed in the source (run `yarn docs:api`).
- If demos were changed, make sure `yarn docs:typescript:formatted` does not introduce changes.
See [About TypeScript demos](#about-typescript-demos).
See [about writing demos](#3-write-the-content-of-the-demo).
- 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)

#### Checks and how to fix them
Expand Down

0 comments on commit c8d9df0

Please sign in to comment.