Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lxchurbakov committed Jan 24, 2024
1 parent 453890a commit 838ee65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ const fetchLichessRating = async (keys = ['blitz', 'rapid', 'bullet', 'puzzle'])
await writeFile(outputPath, content);
})().catch((err) => {
console.log(err);
// TODO notify about error and exit -1
process.exit(-1);
});
2 changes: 1 addition & 1 deletion template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
lichessRating.forEach((rating, index) => {
%><%= rating.name %>: **<%= rating.value %>**<%= index < lichessRating.length - 1 ? ', ' : ''%><%
})
%>. [[Сыграть со мной](<%= lichessLink %>)]<%#
%>. [Сыграть со мной](<%= lichessLink %>)<%#
+ секция про навыки
Expand Down

0 comments on commit 838ee65

Please sign in to comment.