From 5195b0e9bde3779b9f93726760c7f24a88cf7ce7 Mon Sep 17 00:00:00 2001 From: moro Date: Tue, 2 Apr 2024 15:55:18 -0300 Subject: [PATCH] fix: fix typo in command title --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52a6581..ded65af 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ }, { "command": "gateway.setApiKey", - "title": "Set API Key gateway", + "title": "Set gateway API Key", "category": "GRAPHSQL" } ],