Skip to content

Commit

Permalink
fix(eelixir): typos in prefixes (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilaMihailov authored May 28, 2024
1 parent 7806c63 commit d061007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/eelixir.json
Original file line number Diff line number Diff line change
Expand Up @@ -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} %>"
}
}

0 comments on commit d061007

Please sign in to comment.