Skip to content

Commit 749cc0d

Browse files
committed
Clarification.
1 parent 65f777b commit 749cc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Our open source community strives to be nice, welcoming and professional. Instan
77
## Style
88

99
* Hyperapp is written in ES3. Please don't create an issue asking us to rewrite it in ES6 or TypeScript.
10-
* We use [Prettier](https://github.com/prettier/prettier) to format the code. If you don't have Prettier installed in your code editor or IDE, you can use `npm run format` before adding a commit.
10+
* We use [Prettier](https://github.com/prettier/prettier) to format the code. If you don't have Prettier installed in your code editor or IDE, you can use `npm run format` before submitting a pull request.
1111
* We prefer keeping all the moving parts inside as few files as possible. There are no plans to break up the library into smaller modules.
1212

1313
## Bugs

0 commit comments

Comments
 (0)