Skip to content

Commit

Permalink
fix: remove experimental note from webgl config
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 11, 2021
1 parent d940bb9 commit 3137d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const config = configOrder({
properties: {
webgl: {
title: 'WebGL Renderer',
description: 'Enable the WebGL-based renderer using the **experimental** xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
description: 'Enable the WebGL-based renderer using the xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
type: 'boolean',
default: configDefaults.webgl,
profileData: {
Expand Down

0 comments on commit 3137d7e

Please sign in to comment.