From c441dc0477ee993c9e4fa5eb506d63c2835d2246 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Tue, 23 Jan 2024 03:56:58 +0100 Subject: [PATCH] typo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8def696..2005023 100644 --- a/makefile +++ b/makefile @@ -23,5 +23,5 @@ serve-docs: docs darkhttpd $(DOCS_DIR) --addr $(DOCS_HTTPD_ADDR) --port $(DOCS_HTTPD_PORT) --log $(DOCS_HTTPD_ACCESS_LOGS) install-esbuild: - @echo "install ebbuild" + @echo "install esbuild" [ -f node_modules/.bin/esbuild ] || npm install esbuild