From 6713746db9afcb9c853ef8b8707709dd24b64263 Mon Sep 17 00:00:00 2001 From: Riley Evans Date: Thu, 1 May 2025 11:09:02 -0500 Subject: [PATCH 1/2] Fix MSN Weather template typo --- tool-get-weather-msn/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool-get-weather-msn/manifest.json b/tool-get-weather-msn/manifest.json index 4f6d9e1..a56d18e 100644 --- a/tool-get-weather-msn/manifest.json +++ b/tool-get-weather-msn/manifest.json @@ -1,6 +1,6 @@ { "id": "tool-get-weather-msn", - "title": "Get Weather forecase for today via MSN Weather", + "title": "Get Weather forecast for today via MSN Weather", "summary": "Get the weather forecast for today using MSN Weather API.", "description": "This workflow retrieves the weather forecast for today using the MSN Weather API. It is designed to be triggered by an HTTP request and to provide weather information.", "skus": [ @@ -30,4 +30,4 @@ "tags": [ "Tools" ] -} \ No newline at end of file +} From 0fee7f7a6da7c28c65b4c72660b22169a7f49b47 Mon Sep 17 00:00:00 2001 From: Riley Evans Date: Thu, 1 May 2025 13:26:40 -0500 Subject: [PATCH 2/2] Update manifest.json --- tool-get-weather-msn/default/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool-get-weather-msn/default/manifest.json b/tool-get-weather-msn/default/manifest.json index 2e5757d..7f2b4af 100644 --- a/tool-get-weather-msn/default/manifest.json +++ b/tool-get-weather-msn/default/manifest.json @@ -1,6 +1,6 @@ { "id": "default", - "title": "Get Weather forecase for today via MSN Weather", + "title": "Get Weather forecast for today via MSN Weather", "summary": "Get the weather forecast for today using MSN Weather API.", "description": "This workflow retrieves the weather forecast for today using the MSN Weather API. It is designed to be triggered by an HTTP request and to provide weather information.", "artifacts": [ @@ -22,4 +22,4 @@ "kind": "shared" } } -} \ No newline at end of file +}