Skip to content

Commit 2edf3c5

Browse files
Elvisfabaff
authored andcommitted
Update actions.markdown (home-assistant#3803)
1 parent e8a7437 commit 2edf3c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_docs/ecosystem/ios/notifications/actions.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ When sending a notification:
4444
</p>
4545

4646
## {% linkable_title Definitions %}
47-
- Category - A category represents a type of notification that the app might receive. Think of it as a unique group of actions. A categories parameters include:
48-
- Action - An action consists of a button title and the information that iOS needs to notify the app when the action is selected. You create separate action objects for distinct action your app supports. An actions parameters include:
47+
- Category - A category represents a type of notification that the app might receive. Think of it as a unique group of actions.
48+
- Actions - An action consists of a button title and the information that iOS needs to notify the app when the action is selected. You create separate action objects for distinct action your app supports.
4949

5050
## {% linkable_title Category parameters %}
5151

5252
- **name** (*Required*): A friendly name for this category.
5353
- **identifier** (*Required*): A unique identifier for the category. Must be lowercase and have no special characters or spaces.
54-
- **action** (*Required*): A list of actions.
54+
- **actions** (*Required*): A list of actions.
5555

56-
## {% linkable_title Action parameters %}
56+
## {% linkable_title Actions parameters %}
5757

5858
- **identifier** (*Required*): A unique identifier for this action. Must be uppercase and have no special characters or spaces. Only needs to be unique to the category, not unique globally.
5959
- **title** (*Required*): The text to display on the button. Keep it short.

0 commit comments

Comments
 (0)