Skip to content

Commit 1d0703c

Browse files
committed
Fix a tiny misspelling in site.js
commited => committed :)
1 parent 74d0861 commit 1d0703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(function(){
3535
var timeText = format_relative_time(extract_relative_time(time));
3636

3737
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';
38+
commit_html += '<div><a href="' + commit.author.html_url + '">' + commit.author.login + '<\/a> committed';
3939
commit_html += ' <a href="https://github.com/processing/processing/commit/' + commit.sha + '">"' + commit.commit.message + '"<\/a>';
4040
commit_html += ' about ' + timeText + '<\/div>';
4141

0 commit comments

Comments
 (0)