From fd6502b32f1cafee5881565eb37dcb0be3904062 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Sun, 26 Apr 2020 14:23:37 +0530 Subject: [PATCH] Minor grammatical correction (#23898) --- contribute/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/developer-guide.md b/contribute/developer-guide.md index ba79c2cbe49..a0c38326d5e 100644 --- a/contribute/developer-guide.md +++ b/contribute/developer-guide.md @@ -105,7 +105,7 @@ To run the tests: yarn e2e-tests ``` -By default, the end-to-end tests assumes Grafana is available on `localhost:3000`. To use a specific URL, set the `BASE_URL` environment variable: +By default, the end-to-end tests assume Grafana is available on `localhost:3000`. To use a specific URL, set the `BASE_URL` environment variable: ``` BASE_URL=http://localhost:3333 yarn e2e-tests