ts-key-enum
Advanced tools
Comparing version
@@ -653,3 +653,3 @@ /** | ||
/** | ||
* Increases the amoung of bass boosting, or cycles upward through a set of | ||
* Increases the amount of bass boosting, or cycles upward through a set of | ||
* bass boost modes or states. | ||
@@ -797,3 +797,3 @@ */ | ||
* Selects digital terrestrial television service (digital cable or antenna | ||
* receiption). | ||
* reception). | ||
*/ | ||
@@ -818,3 +818,3 @@ TVTerrestrialDigital = 'TVTerrestrialDigital', | ||
/** | ||
* General-purpose media funciton key, color-coded green. This has index | ||
* General-purpose media function key, color-coded green. This has index | ||
* 1 among the colored keys. | ||
@@ -825,3 +825,3 @@ */ | ||
/** | ||
* General-purpose media funciton key, color-coded yellow. This has index | ||
* General-purpose media function key, color-coded yellow. This has index | ||
* 2 among the colored keys. | ||
@@ -832,3 +832,3 @@ */ | ||
/** | ||
* General-purpose media funciton key, color-coded blue. This has index | ||
* General-purpose media function key, color-coded blue. This has index | ||
* 3 among the colored keys. | ||
@@ -839,3 +839,3 @@ */ | ||
/** | ||
* General-purpose media funciton key, color-coded grey. This has index | ||
* General-purpose media function key, color-coded grey. This has index | ||
* 4 among the colored keys. | ||
@@ -846,3 +846,3 @@ */ | ||
/** | ||
* General-purpose media funciton key, color-coded brown. This has index | ||
* General-purpose media function key, color-coded brown. This has index | ||
* 5 among the colored keys. | ||
@@ -867,3 +867,3 @@ */ | ||
/** The Exit button, which exits the curreent application or menu. */ | ||
/** The Exit button, which exits the current application or menu. */ | ||
Exit = 'Exit', | ||
@@ -959,3 +959,3 @@ | ||
/** Opens content liniked to the current program, if available and possible. */ | ||
/** Opens content linked to the current program, if available and possible. */ | ||
Link = 'Link', | ||
@@ -962,0 +962,0 @@ |
{ | ||
"name": "ts-key-enum", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A TypeScript string enum for compile-time safety when working with event.key", | ||
@@ -5,0 +5,0 @@ "main": "", |
42391
-0.01%