This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 94aadc4 Fix typo 94aadc4 is described below commit 94aadc4e303c7e1022e69390da8670b5df072f44 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Wed Jan 11 19:23:50 2023 -0500 Fix typo --- karavan-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index 343e56c..35547b2 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -226,7 +226,7 @@ "management.health.probes.enabled=true", "management.endpoint.health.show-details=always" ], - "description": "Spring-boot application.properties template", + "description": "Spring Boot application.properties template", "scope": "machine", "order": 91 },