From c432ed1216ee7bd3c6cefdc1af0c3506a9e1ff60 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 19 Jan 2025 12:58:06 +0200 Subject: [PATCH] ci: fix failure of the check-markdown job --- vlib/x/templating/dtm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/x/templating/dtm/README.md b/vlib/x/templating/dtm/README.md index 6ed97ef9ab878a..91eb8891a13c64 100644 --- a/vlib/x/templating/dtm/README.md +++ b/vlib/x/templating/dtm/README.md @@ -62,7 +62,7 @@ HTML tags are always escaped in text file : @html_section ### 2. Minimal Vweb example: ```v -import x.veb +import veb import x.templating.dtm import os