From 292b43815db92c5894115a1bbbb906c4fdaaaee3 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 12 Jan 2024 13:03:14 +0500 Subject: [PATCH] fix typo in wp-env file --- .wp-env.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wp-env.json b/.wp-env.json index e5862dd..21cb4d0 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,4 +1,4 @@ { "core": null, - "theme": [ "." ] -} \ No newline at end of file + "themes": [ "." ] +}