@xterm/addon-ligatures 0.11.0-beta.266 → 0.11.0-beta.268

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xterm/addon-ligatures",
3
- "version": "0.11.0-beta.266",
3
+ "version": "0.11.0-beta.268",
4
4
  "description": "Add support for programming ligatures to xterm.js",
5
5
  "author": {
6
6
  "name": "The xterm.js authors",
@@ -38,8 +38,8 @@
38
38
  "@types/opentype.js": "^1.3.9",
39
39
  "font-finder": "^1.1.0"
40
40
  },
41
- "commit": "59264f1f5b333c8d672b69f6c8fb7c5cd381f660",
41
+ "commit": "4226e64245bbf0612a94d81c907fe11cf1065b9a",
42
42
  "peerDependencies": {
43
- "@xterm/xterm": "^6.1.0-beta.266"
43
+ "@xterm/xterm": "^6.1.0-beta.268"
44
44
  }
45
45
  }
package/src/index.ts CHANGED
@@ -21,7 +21,7 @@ const CACHE_SIZE = 100000;
21
21
 
22
22
  /**
23
23
  * Enable ligature support for the provided Terminal instance. To function
24
- * properly, this must be called after `open()` is called on the therminal. If
24
+ * properly, this must be called after `open()` is called on the terminal. If
25
25
  * the font currently in use supports ligatures, the terminal will automatically
26
26
  * start to render them.
27
27
  * @param term Terminal instance from xterm.js