Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
runat-1128988: Fix misspelled attribute. Matters in an xhtml document
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Walker <jwalker@mozilla.com>
  • Loading branch information
joewalker committed Mar 12, 2015
1 parent 271e262 commit 5984685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcli/test/mockCommands.js
Expand Up @@ -74,7 +74,7 @@ mockCommands.items = [
'</tr>' +
'</thead>' +
'<tbody>' +
'<tr forEach="key in ${args}">' +
'<tr foreach="key in ${args}">' +
'<td> ${key}</td>' +
'<td>=</td>' +
'<td>${args[key]}</td>' +
Expand Down

0 comments on commit 5984685

Please sign in to comment.