From 1d8c1a91472475891e401e0e25b48e30e4da76dd Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 6 May 2021 16:04:02 +0700 Subject: [PATCH] #4 fixed typo --- src/service/template/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/template/index.ts b/src/service/template/index.ts index f7cf700..73517aa 100644 --- a/src/service/template/index.ts +++ b/src/service/template/index.ts @@ -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);