Skip to content

Commit

Permalink
Link to PWA Checklist
Browse files Browse the repository at this point in the history
removed the extra variable and added it to description

correction
  • Loading branch information
sendilkumarn committed Feb 16, 2017
1 parent 59bc945 commit f843f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lighthouse-cli/test/fixtures/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"aggregations": [
{
"name": "Progressive Web App",
"description": "These audits validate the aspects of a Progressive Web App.",
"description": "These audits validate the aspects of a Progressive Web App. They are a subset of the [PWA Checklist.](https://developers.google.com/web/progressive-web-apps/checklist)",
"scored": true,
"total": 0.40625,
"categorizable": true,
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

"aggregations": [{
"name": "Progressive Web App",
"description": "These audits validate the aspects of a Progressive Web App.",
"description": "These audits validate the aspects of a Progressive Web App. They are a subset of the [PWA Checklist.](https://developers.google.com/web/progressive-web-apps/checklist)",
"scored": true,
"categorizable": true,
"items": [{
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/report/templates/report-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="config-section__title">Blocked URL Patterns</h2>
</div>
</div>
<div class="report-body__aggregations-container">
{{#each aggregations}}
{{#each aggregations as |aggregations|}}
<section class="js-breakdown aggregations" id="{{nameToLink this.name}}">
<header class="aggregations__header">
<h2>{{ this.name }}</h2>
Expand Down

0 comments on commit f843f69

Please sign in to comment.