From 2987240fa2feaa7cfc17cc4ddf24f2be79fe5d45 Mon Sep 17 00:00:00 2001 From: Gregory Chen Date: Mon, 12 Aug 2019 15:07:28 -0400 Subject: [PATCH] fix typo in cytoscape typings (#37522) --- types/cytoscape/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/cytoscape/index.d.ts b/types/cytoscape/index.d.ts index 7eb1972403..5eaf28cfe8 100644 --- a/types/cytoscape/index.d.ts +++ b/types/cytoscape/index.d.ts @@ -82,7 +82,7 @@ declare namespace cytoscape { /** * Scratchpad data (usually temp or nonserialisable data) */ - scatch?: Scratchpad; + scratch?: Scratchpad; /** * The model position of the node (optional on init, mandatory after) */