We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d0861 commit 1d0703cCopy full SHA for 1d0703c
javascript/site.js
@@ -35,7 +35,7 @@ $(function(){
35
var timeText = format_relative_time(extract_relative_time(time));
36
37
var commit_html = '<li><img class="github-avatar" src="http://www.gravatar.com/avatar/' + commit.author.gravatar_id + '?s=20"/>';
38
- commit_html += '<div><a href="' + commit.author.html_url + '">' + commit.author.login + '<\/a> commited';
+ commit_html += '<div><a href="' + commit.author.html_url + '">' + commit.author.login + '<\/a> committed';
39
commit_html += ' <a href="https://github.com/processing/processing/commit/' + commit.sha + '">"' + commit.commit.message + '"<\/a>';
40
commit_html += ' about ' + timeText + '<\/div>';
41
0 commit comments