From 39b33f7704b0fd8602ed05ec805e189e1d9b5493 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 25 Jan 2024 22:31:00 +0000 Subject: [PATCH] Add Frontend Observability to sentence case exceptions (#425) --- vale/Grafana/Headings.yml | 1 + vale/Grafana/Spelling.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vale/Grafana/Headings.yml b/vale/Grafana/Headings.yml index 9fd87cdb0..66e193b66 100644 --- a/vale/Grafana/Headings.yml +++ b/vale/Grafana/Headings.yml @@ -18,6 +18,7 @@ exceptions: - Cloud Traces - Cluster # Kubernetes - CPU + - Frontend Observability - Grafana - Grafana Cloud - Grafana Cloud Traces diff --git a/vale/Grafana/Spelling.yml b/vale/Grafana/Spelling.yml index 105cb4021..feaac1055 100644 --- a/vale/Grafana/Spelling.yml +++ b/vale/Grafana/Spelling.yml @@ -1,5 +1,12 @@ extends: spelling -message: "Did you really mean '%s'?" +message: | + Did you really mean '%s'? + + For UI elements, use [bold formatting](https://grafana.com/docs/writers-toolkit/write/style-guide/style-conventions/#bold). + The spell checker doesn't check words with bold formatting. + + For paths; configuration; user input; code; class, method, and variable names; statuscodes; and console output, use [code formatting](https://grafana.com/docs/writers-toolkit/write/style-guide/style-conventions/#bold). + The spell checker doesn't check words with code formatting. level: error append: true dicpath: dictionaries