Skip to content

Commit 50b1a61

Browse files
committed
Lowercase OFF for consistency
1 parent 65a5597 commit 50b1a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyterlab-lsp/schema/hover.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "number",
1717
"default": 300,
1818
"minimum": 0,
19-
"description": "Number of milliseconds after which the hover tooltip should be shown. Ignored if 'Automatic hover' is OFF."
19+
"description": "Number of milliseconds after which the hover tooltip should be shown. Ignored if 'Automatic hover' is off."
2020
},
2121
"modifierKey": {
2222
"title": "Modifier key",

0 commit comments

Comments
 (0)