Skip to content

Commit de61583

Browse files
committed
chore(meta): dont camel case in descriptions
1 parent d29b316 commit de61583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ export const config = configOrder({
248248
},
249249
xtermAddons: {
250250
title: 'xterm.js Addons',
251-
description: 'Select the xterm.js Addons to enable',
251+
description: 'Select the xterm.js addons to enable',
252252
type: 'object',
253253
properties: {
254254
webgl: {
255255
title: 'WebGL Renderer',
256-
description: 'Enable the WebGL-based renderer using the xterm.js [WebGL Addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
256+
description: 'Enable the WebGL-based renderer using the xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
257257
type: 'boolean',
258258
default: configDefaults.webgl,
259259
profileData: {
@@ -268,7 +268,7 @@ export const config = configOrder({
268268
},
269269
webLinks: {
270270
title: 'Web Links',
271-
description: 'Enable clickable web links using the xterm.js [Web links Addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-web-links)',
271+
description: 'Enable clickable web links using the xterm.js [Web links addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-web-links)',
272272
type: 'boolean',
273273
default: configDefaults.webLinks,
274274
profileData: {

0 commit comments

Comments
 (0)