From d88864f37696b843873cf38529ad20ea97b9e9b4 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Thu, 30 Jul 2020 17:48:41 +0200 Subject: [PATCH] Fix language in backend.md (#26701) * Fix language in backend.md * Update contribute/style-guides/backend.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- contribute/style-guides/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/style-guides/backend.md b/contribute/style-guides/backend.md index be713a7e375..28f4dcaafed 100644 --- a/contribute/style-guides/backend.md +++ b/contribute/style-guides/backend.md @@ -1,6 +1,6 @@ # Backend style guide -Grafanas backend has been developed for a long time with a mix of code styles. This guide explains how we want to write Go code in the future. +Grafana's backend has been developed for a long time with a mix of code styles. This guide explains how we want to write Go code in the future. Unless stated otherwise, use the guidelines listed in the following articles: