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 +} 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 +}