From 9d6fa7b61fc8d484375ff4d97b45868df41181e2 Mon Sep 17 00:00:00 2001 From: Jim Hays Date: Tue, 7 Jun 2022 14:17:45 -0400 Subject: [PATCH] Fix typo "highlighing" -> "highlighting" --- packages/vscode-ruby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-ruby/package.json b/packages/vscode-ruby/package.json index 2142f83d..56b70a89 100644 --- a/packages/vscode-ruby/package.json +++ b/packages/vscode-ruby/package.json @@ -3,7 +3,7 @@ "displayName": "VSCode Ruby", "publisher": "wingrunr21", "version": "0.28.0", - "description": "Syntax highlighing, snippet, and language configuration support for Ruby", + "description": "Syntax highlighting, snippet, and language configuration support for Ruby", "repository": "https://github.com/rubyide/vscode-ruby", "author": "Stafford Brunk ", "license": "MIT",