Skip to content

Commit ce06542

Browse files
artenticaaciccarello
authored andcommitted
docs(CONTRIBUTING.md): change some typos and sentence structure (#968)
1 parent dc7f2eb commit ce06542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ This document includes a set of guidelines for contributing to TypeDoc. These ar
2222

2323
This section guides you through submitting a bug report for TypeDoc. Following these guidelines helps others understand your report and resolve the issue.
2424

25-
Before creating a bug report please check [this list][bugs] list to see if it has already been reported. If the issue is closed, please open a new issue and link to the original issue.
25+
Before creating a bug report please check [this list][bugs] to see if it has already been reported. If the issue is closed, please open a new issue and link it to the original issue.
2626

27-
When creating a bug report, explain the problem and include as much additional information as necessary to help maintainers reproduce it. Ideally, provide an example project which highlights the problem.
27+
When creating a bug report, explain the problem and include as much additional information as necessary to help maintainers to reproduce it. Ideally, provide an example project which highlights the problem.
2828

2929
- **Use a clear and descriptive title** for the issue to identify the problem
30-
- **Describe your project setup**. The easier it is for maintainers to reproduce your problem, the more likely it is to be fixed quickly.
30+
- **Describe your project setup**. The easier it is for maintainers to reproduce your problem, the more likely it is to be quickly fixed.
3131
- **Explain what you expected to see instead and why**
3232

3333
### Suggestions
@@ -67,7 +67,7 @@ If you don't already have [Git] installed, install it first. You will need it to
6767
```bash
6868
git remote add typedoc https://github.com/TypeStrong/typedoc
6969
```
70-
1. Install dependencies and build the latest version:
70+
1. Install dependencies:
7171
```bash
7272
npm install
7373
```

0 commit comments

Comments
 (0)