File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -194,15 +194,15 @@ task(function *() {
194194## Contribution
195195Did 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 `
1991993 . 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 ```
You can’t perform that action at this time.
0 commit comments