Skip to content

Commit 7169ecb

Browse files
committed
Fix addWeatherLocation category
1 parent d281826 commit 7169ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/location.cherri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ enum weatherDetail {
8888
// [Doc]: [Weather] Get Weather Detail: Get a detail about a weather forecast.
8989
#define action 'properties.weather.conditions' getWeatherDetail(variable weather: 'WFInput', weatherDetail detail: 'WFContentItemPropertyName')
9090

91-
// [Doc]: [Weather]: Add Location to List: Add location to weather app.
91+
// [Doc]: [Weather] Add Location to List: Add location to weather app.
9292
#define action 'com.apple.weather.AddSavedLocationIntent' addWeatherLocation(variable location: 'placemark')

0 commit comments

Comments
 (0)