diff --git a/js/githubresume.js b/js/githubresume.js index 2435eb5..93d0c6a 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -218,7 +218,7 @@ var run = function() { }); } else { $('#jobs').html(''); - $('#jobs').append('
I do not have any public repository. Sorry.
'); + $('#jobs').append('I do not have any public repositories. Sorry.
'); } } });