Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored Mar 4, 2018
1 parent f35270d commit 8a8cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ async function createMealText(meal) {
*/
let text = "<b>Процесс поглощения еды закончен!</b>\n" +
"Дата: <b>" + moment(meal.createdAt).format('DD.MM.YYYY HH:mm') + "</b> \n\n" +
"Список едаков:";
"Список едоков:";


/*
Expand Down

0 comments on commit 8a8cb1c

Please sign in to comment.