From 6523bf4b8e75e0c7cdc518bc398116804b4bead9 Mon Sep 17 00:00:00 2001 From: Artur Wierzbicki Date: Mon, 3 Jun 2024 20:12:28 +0400 Subject: [PATCH] Chore: fix typo in `contribute/developer-guide.md` to make codespell happy (#88639) make codespell happy --- 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 636fb814716..9389d996348 100644 --- a/contribute/developer-guide.md +++ b/contribute/developer-guide.md @@ -154,7 +154,7 @@ Running the backend tests on Windows currently needs some tweaking, so use the ` go run build.go test ``` -### Run SQLLite, PostgreSQL and MySQL integration tests +### Run SQLite, PostgreSQL and MySQL integration tests By default, grafana runs SQLite. To run test with SQLite: