Skip to content

Commit c2f1423

Browse files
committed
Fix typos
1 parent fcfa404 commit c2f1423

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ task(function *() {
194194
## Contribution
195195
Did I miss your favorite addon or snippet? It's super easy to contribute!
196196

197-
1. Create a new folder in `src/javascript/addons` for JS or `src/handlebard/addons` for HBS with you addon name, eg. `my-addon`
198-
2. Create files like `cheets.js`, `imports.js` or `skeletons.js`
197+
1. Create a new folder in `src/javascript/addons` for JS or `src/handlebars/addons` for HBS with you addon name, eg. `my-addon`
198+
2. Create files like `cheats.js`, `imports.js` or `skeletons.js`
199199
3. Fill in the files with following structure:
200200
```js
201-
module.exports = {
202-
"[my-addon] superFunction": {
203-
"prefix": "imsuperFunction",
204-
"body": "import { superFunction } from 'my-addon';",
205-
"description": "superFunction allows you to do super things"
206-
},
207-
}
201+
module.exports = {
202+
"[my-addon] superFunction": {
203+
"prefix": "imsuperFunction",
204+
"body": "import { superFunction } from 'my-addon';",
205+
"description": "superFunction allows you to do super things"
206+
},
207+
}
208208
```

0 commit comments

Comments
 (0)