Skip to content

Commit

Permalink
template typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Jun 16, 2021
1 parent 9d9a731 commit cb629e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/review-template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
<p>
<ul>
<li>Mode: {{mode}}</li>
<li>Applies to: {{allReleventATsFormatted}}</li>
<li>Applies to: {{allRelevantATsFormatted}}</li>
<li>Lasted edited: {{lastEdited}}</li>
<li>Tests:
<ul>
{{#allReleventATs}}
{{#allRelevantATs}}
<li><a href="../tests{{{location}}}?at={{{.}}}">{{{.}}}</a></li>
{{/allReleventATs}}
{{/allRelevantATs}}
</ul>
</li>
<li>Relevant Specifications:
Expand Down Expand Up @@ -166,7 +166,7 @@
<tr><td>{{priority}}</td><td>{{description}}</td></tr>
{{/assertions}}
{{^assertions}}
<tr><td colspan="2">No assertions have been listed for {{atName}}. Add assertion or update the "applies_to" to list only the relevent assistive technologies.</td></tr>
<tr><td colspan="2">No assertions have been listed for {{atName}}. Add assertion or update the "applies_to" to list only the relevant assistive technologies.</td></tr>
{{/assertions}}
</table>
</div>
Expand Down

0 comments on commit cb629e0

Please sign in to comment.