From e79452b6a23f44e971ad791da58c3fe663ee782a Mon Sep 17 00:00:00 2001 From: Tom Rindell Date: Sun, 19 Jun 2022 23:29:12 +0300 Subject: [PATCH] fixed typo --- options/accessibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/accessibility.rst b/options/accessibility.rst index 0323ecd2..516eb70e 100644 --- a/options/accessibility.rst +++ b/options/accessibility.rst @@ -247,7 +247,7 @@ The Configuration Block mouseMagnifier: false, // switch on magnification via mouse hovering align: 'top', // placement of magnified expression - infoType: false // show semantic type on mouse hovering + infoType: false, // show semantic type on mouse hovering infoRole: false, // show semantic role on mouse hovering infoPrefix: false, // show speech prefixes on mouse hovering }