From 39f226f629ef64330eb3d582fd5c554f887b83d1 Mon Sep 17 00:00:00 2001 From: Matthias Andrasch <777278+mandrasch@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:01:25 +0100 Subject: [PATCH] Fix linter error --- src/content/blog/working-with-ddev-and-vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/working-with-ddev-and-vite.md b/src/content/blog/working-with-ddev-and-vite.md index 61549c0b..64e2ac52 100644 --- a/src/content/blog/working-with-ddev-and-vite.md +++ b/src/content/blog/working-with-ddev-and-vite.md @@ -206,7 +206,7 @@ See Vites [Server Options](https://vitejs.dev/config/server-options.html) for al ### Test it -Now we need a little test webpage. +Now we need a little test web page. Let's create the `src/main.js` as our entry file: