Skip to content

Commit c2f253e

Browse files
authored
Merge pull request adobe#57 from jtn7/patch-1
Correct typo in stats.html
2 parents 4ed3bb3 + cefa217 commit c2f253e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

views/stats.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ul>
22
<li><strong>{{projects.length}}</strong> public repos</li>
3-
<li><strong>{{orgs.length}}</strong> organisations</li>
3+
<li><strong>{{orgs.length}}</strong> organizations</li>
44
<li><strong>{{langs.length}}</strong> languages</li>
55
<li><strong>{{stats.bitesCode | unitNum}}bytes</strong> of code</li>
66
<li><strong>{{projects[0].pushed_at | timeDiff}}</strong> since last commit</li>
7-
</ul>
7+
</ul>

0 commit comments

Comments
 (0)