diff --git a/extensions/git-repos/package.json b/extensions/git-repos/package.json index ca7f4f9e9873e..270c4df365215 100644 --- a/extensions/git-repos/package.json +++ b/extensions/git-repos/package.json @@ -21,7 +21,7 @@ "required": true, "default": "", "title": "Path to scan for Git Repos", - "description": "Path to scan for Git Repos. ~/ is expanded and use a : to seperate mulitple paths" + "description": "Path to scan for Git Repos. ~/ is expanded. Use : to seperate multiple paths" }, { "name": "repoScanDepth", @@ -86,4 +86,4 @@ "lint": "ray lint", "build": "ray build -e dist" } -} \ No newline at end of file +}