Skip to content

Commit

Permalink
Added sparkline to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
imatwawana committed Oct 9, 2024
1 parent e691092 commit 013c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vale/dictionary/s.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 013c8ef

Please sign in to comment.