From d2278e2f6bf69372ed02651e693559ff87c6c9dc Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Fri, 28 Jul 2023 14:32:18 -0700 Subject: [PATCH] chore: Improve the strict-connection-checker description. --- plugins/strict-connection-checker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/strict-connection-checker/package.json b/plugins/strict-connection-checker/package.json index b8460d8877..4eff6c9890 100644 --- a/plugins/strict-connection-checker/package.json +++ b/plugins/strict-connection-checker/package.json @@ -1,7 +1,7 @@ { "name": "@blockly/plugin-strict-connection-checker", "version": "4.0.2", - "description": "A Blockly plugin that makes connection checks strict.", + "description": "A connection checker that prevents blocks that don't provide type information from being connected to blocks that do.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build",