From 0b2c8458ac6681c44dca0b3f5ccb35266f22dd86 Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Thu, 31 Oct 2024 18:20:13 -0400 Subject: [PATCH] chore: grammar fixes in development docs --- docs/DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 7758678..79707cd 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -45,9 +45,9 @@ Make sure you have the desired Node version installed. For this project we encou ### Environment variables -Create a copy of the [`.env.template`](../.env.template) and call it `.env` and update following variables: +Create a copy of the [`.env.template`](../.env.template) and call it `.env`. Update the following variables: -- `ONLINE_STYLE_URL`: Full URL that points to a compatible map's StyleJSON +- `ONLINE_STYLE_URL`: Full URL that points to a compatible map's StyleJSON. ### Running the app