Skip to content

Commit

Permalink
Update vale/dictionary/w.jsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
JohnnyK-Grafana and jdbaldry authored Feb 13, 2025
1 parent 432d94a commit d440539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vale/dictionary/w.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local word = import './word.jsonnet';
word.new('web', '', 'noun') { swaps: { '[Ww]orld [Ww]ide [Ww]eb': 'web' } },
word.new('Webpack', '', 'noun'),
word.new('webserver', 'S', 'noun'),
word.new('Webex', '', 'noun') { product: true },
word.new('Webex', '', 'noun') { description: 'https://www.webex.com/', product: true, swaps: { webex: 'Webex' } },
word.new('Wi-Fi', '', 'noun') { description: 'wireless fidelity', swaps: { '(?:WiFi|wifi)': 'Wi-Fi' } },
word.new('WildFly', '', 'noun') { description: 'WildFly, formerly known as JBoss AS, or simply JBoss, is an application server written by JBoss, now developed by Red Hat (https://en.wikipedia.org/wiki/WildFly)', product: true },
word.new('windows_exporter', 'S', 'noun') { description: 'The Prometheus exporter for Windows machines (https://github.com/prometheus-community/windows_exporter)', product: true },
Expand Down

0 comments on commit d440539

Please sign in to comment.