From 013c8ef3c55317906644ff773c905d9ae99ab240 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana Date: Wed, 9 Oct 2024 15:05:40 -0400 Subject: [PATCH] Added sparkline to dictionary --- vale/dictionary/s.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vale/dictionary/s.jsonnet b/vale/dictionary/s.jsonnet index d15182aa..60c828d3 100644 --- a/vale/dictionary/s.jsonnet +++ b/vale/dictionary/s.jsonnet @@ -16,11 +16,11 @@ local word = import './word.jsonnet'; word.new('SLI', 'S', 'noun') { abbreviation: true, elaboration: 'service level indicator' }, word.new('SLO', 'S', 'noun') { abbreviation: true, elaboration: 'service level objective' }, word.new('spanset', 'S', 'noun'), + word.new('sparkline', 'S', 'noun'), word.new('Splunk', '', 'adjective'), word.new('Splunk', '', 'noun') { product: true }, word.new('SQL', '', 'noun') { abbreviation: true, elaboration: 'Structured Query Language', established_abbreviation: true }, word.new('SQLite', '', 'noun') { swaps: { sqlite: 'SQLite' } }, - word.new('SRE', 'S', 'noun') { abbreviation: true, elaboration: 'site reliability engineering' }, word.new('SSD', 'S', 'noun') { abbreviation: true, elaboration: 'solid-state drive', established_abbreviation: true }, word.new('SSH', '', 'noun') { abbreviation: true, elaboration: 'Secure Shell', established_abbreviation: true },