Skip to content

Commit 9076eb8

Browse files
committed
update contributing doc
1 parent d2ab9ef commit 9076eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
## Issues
55

66
Found a bug? Got a question? Want some enhancement?<br>
7-
First place to go is the repository issues section and I'll try to help as much as possible.
7+
First place to go is the repository issues section, and I'll try to help as much as possible.
88

99
## Pull Requests
1010

1111
Fixed a bug or just want to provided additional functionality?<br>
1212
Simply fork this repository, implement your changes and create a pull request.<br>
1313
Few guidelines regarding pull requests:
1414

15-
* This repository is integrated with travis.ci for continues integration.<br>
15+
* This repository is integrated with travis.ci for continuous integration.<br>
1616

1717
Your pull request build must pass (the build will run automatically).<br>
1818
You can run the following command locally to ensure the build will pass:
@@ -27,4 +27,4 @@ npm run build
2727
npm run lint
2828
````
2929

30-
* There are many automatic unit tests as part of the library which provide full coverage of the functionality.<br>Any fix/enhancement must come with a set of tests to ensure its working well.
30+
* There are many automatic unit tests as part of the library which provide full coverage of the functionality.<br>Any fix/enhancement must come with a set of tests to ensure it's working well.

0 commit comments

Comments
 (0)