From 37f2a58e8aeb52159197d10b41ae0f643e15b31f Mon Sep 17 00:00:00 2001 From: Jinhwan Kim Date: Fri, 29 Sep 2023 12:09:07 +0900 Subject: [PATCH] Fix a typo See [issue] - https://github.com/cytoscape/cytoscape.js/issues/3169 --- documentation/docmaker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docmaker.json b/documentation/docmaker.json index fd26452ffd..b11bc3d44e 100644 --- a/documentation/docmaker.json +++ b/documentation/docmaker.json @@ -745,7 +745,7 @@ { "name": "cy.autoungrabify", - "descr": "Get or set whether nodes are automatically ungrabified (i.e. if `true`, nodes are ungrabbale despite their individual state).", + "descr": "Get or set whether nodes are automatically ungrabified (i.e. if `true`, nodes are ungrabbable despite their individual state).", "formats": [ { "descr": "Get whether autoungrabifying is enabled."