From e73004acb1bc20ed61d8e638a6a74a660536c9eb Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 23 May 2024 21:41:30 -0400 Subject: [PATCH] fix typo --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 44e14da..1f516b8 100644 --- a/extension.json +++ b/extension.json @@ -4,6 +4,6 @@ "authors": [ "Samuser107 L.Longheval " ], - "description": "Provides Java syntax highlighting in Zed (and language support is comming later)", + "description": "Provides Java syntax highlighting in Zed (and language support is coming later)", "repository": "https://github.com/samuser107/zed-java-extension" }