Skip to content

Commit d061007

Browse files
fix(eelixir): typos in prefixes (rafamadriz#453)
1 parent 7806c63 commit d061007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/eelixir.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"body": ["<%= if ${1} do %>", " $0", "<% end %>"]
2121
},
2222
"ife": {
23-
"prefix": "if",
23+
"prefix": "ife",
2424
"body": ["<%= if ${1} do %>", " $2", "<% else %>", " $0", "<% end %>"]
2525
},
2626
"lin": {
27-
"prefix": "if",
27+
"prefix": "lin",
2828
"body": "<%= link \"${1:Submit}\", to: ${2:\"/users\"}, method: ${3::delete} %>"
2929
}
3030
}

0 commit comments

Comments
 (0)