Skip to content

Commit

Permalink
Merge pull request #2548 from YTW7/master
Browse files Browse the repository at this point in the history
fixed grammatical error in the html file on line 371
  • Loading branch information
fineanmol authored Oct 5, 2022
2 parents 01ca264 + e5f57a2 commit d8d5d14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contributors/contributorsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -1905,4 +1905,9 @@ contributors = [
fullname: "Vakeel Sahabh",
username: "https://github.com/vakilsahabh",
},
{
id:369,
fullname: "YTW7",
username: "https://github.com/ytw7",
},
];
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h3><i>Hacktoberfest 2022</i></h3>

<script>
document.getElementById('stats').innerHTML =
'You guys are awesome, we have passed the github rate again this hour. <a href="https://github.com/fineanmol/Hacktoberfest2022" target="_blank">Here</a> is a link to repo to check out live stats';
'You guys are awesome, we have again passed the github rate this hour. <a href="https://github.com/fineanmol/Hacktoberfest2022" target="_blank">Here</a> is a link to check out our repo`s live stats.';
$('.tdnn').click(function () {
$("body").toggleClass('light');
$(".moon").toggleClass('sun');
Expand Down

0 comments on commit d8d5d14

Please sign in to comment.