8000 Spelling & grammar · cnfun/setup-python@d0da811 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0da811

Browse files
committed
Spelling & grammar
1 parent 11c9de6 commit d0da811

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/contributors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
### Checkin
44

5-
- Do checkin source (src)
6-
- Do checkin a single index.js file after running `ncc`
7-
- Do not checkin node_modules
5+
- Do check in source (src)
6+
- Do check in a single index.js file after running `ncc`
7+
- Do not check in node_modules
88

99
### NCC
1010

1111
In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a single `index.js` file that gets saved in `dist/`.
1212

1313
### Developing
1414

15-
If you're developing locally you can run
15+
If you're developing locally, you can run
1616
```
1717
npm install
1818
tsc
@@ -24,7 +24,7 @@ During the commit step, Husky will take care of formatting all files with [Prett
2424

2525
### Testing
2626

27-
We ask that you include a link to a succesfull run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.
27+
We ask that you include a link to a successful run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.
2828

2929
### Releases
3030

0 commit comments

Comments
 (0)
0