fix(eelixir): typos in prefixes (#453)

This commit is contained in:
Danila Mihailov 2024-05-28 08:41:34 +05:00 committed by GitHub
parent 7806c636d2
commit d0610077b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,11 @@
"body": ["<%= if ${1} do %>", " $0", "<% end %>"]
},
"ife": {
"prefix": "if",
"prefix": "ife",
"body": ["<%= if ${1} do %>", " $2", "<% else %>", " $0", "<% end %>"]
},
"lin": {
"prefix": "if",
"prefix": "lin",
"body": "<%= link \"${1:Submit}\", to: ${2:\"/users\"}, method: ${3::delete} %>"
}
}