1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

#4 fixed typo

This commit is contained in:
Fedor Katurov 2021-05-06 16:04:02 +07:00
parent 61f714aa07
commit 1d8c1a9147

View file

@ -43,7 +43,7 @@ export class Template<
}
/**
* Themes the tempalte with values
* Themes the template with values
*/
public theme = (values: V) => {
return hb.compile(this.template)(values);