We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73038a commit a9e19adCopy full SHA for a9e19ad
ember/globespender/index.html
@@ -51,7 +51,7 @@ <h2>Expenses <button {{action 'createExpense'}}>Create</button></h2>
51
<td>${{amount}}</td>
52
<td>{{category}}</td>
53
<td>{{place}}</td>
54
- <td>{{destinate}}</td>
+ <td>{{destination}}</td>
55
<td>{{note}}</td>
56
<td>{{fxrate}}</td>
57
<td>
q/play.q
@@ -0,0 +1,2 @@
1
+# lists
2
+(1;2;3)
0 commit comments