From 24f1e3bf2045c4030a25dd84648df1d2238ce2df Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 6 Jun 2022 08:59:33 -0700 Subject: [PATCH] Typo --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 89e32eb8d9..4d0c5c7033 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ DEV_SERVER_PUBLIC=http://localhost:8085/ DEV_SERVER_PORT=8085 DEV_SERVER_LOOPBACK=http://host.docker.internal:8085 -# Runnning webpack-dev-server within container +# Running webpack-dev-server within container # DEV_SERVER_PUBLIC=http://site.nitro:3000/ # DEV_SERVER_PORT=3000 # DEV_SERVER_HOST=0.0.0.0