Skip to content

Commit 8b906cb

Browse files
committed
fix typos in md files
1 parent 671861a commit 8b906cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Developers are strongly encouraged to first make a PR to their own plotly.js for
1515
Before opening a pull request, developer should:
1616

1717
- `git rebase` their local branch off the latest `master`,
18-
- make sure to **not** `git add` the `dist/` folder (the `dist/` is updated only on verion bumps),
18+
- make sure to **not** `git add` the `dist/` folder (the `dist/` is updated only on version bumps),
1919
- write an overview of what the PR attempts to do,
2020
- select the _Allow edits from maintainers_ option (see this [article](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) for more details).
2121

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
2424
| `type: community` | issue left open for community input and pull requests |
2525
| `type: duplicate` | *self-explanatory* |
2626
| `type: wontfix` | *self-explanatory* |
27-
| `status: discussion needed` | Issue or PR that required discussion among maintaners before moving forward |
28-
| `status: in progress` | PRs that required some intial feedback but not ready to merge |
27+
| `status: discussion needed` | Issue or PR that required discussion among maintainers before moving forward |
28+
| `status: in progress` | PRs that required some initial feedback but not ready to merge |
2929
| `status: reviewable` | PRs that are completed from the author's perspective |
3030
| `status: on hold` | PRs that are put on hold |
3131

3232
## Development
3333

34-
#### Perequisites
34+
#### Prerequisites
3535

3636
- git
3737
- [node.js](https://nodejs.org/en/). We recommend using node.js v6.x or v4.x (both LTS).

0 commit comments

Comments
 (0)