Skip to content

Commit 62aea30

Browse files
authored
Fixed a missing space (#5376)
Had to commit something and found a nit where there was a space missing between a link and the next work :)
1 parent 5a2caee commit 62aea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/actions/action-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The tables below describe the properties of the action definition JSON file.
108108
| inputCombinations | InputCombination[] | Provides descriptions for different combinations of inputs. | Yes |
109109
| outputs | Output[] | If specified, must be an empty string in the current release. | No |
110110
| invocation | Invocation | Provides information about how the action is invoked. | Yes |
111-
| contentAgeRating | string | A field name from the [UserAgeConsentGroup](/uwp/api/windows.system.userageconsentgroup)that specifies the appropriate age rating for the action. The allowed values are "Child", "Minor", "Adult". If no value is specified, the default behavior allows access to all ages. | No |
111+
| contentAgeRating | string | A field name from the [UserAgeConsentGroup](/uwp/api/windows.system.userageconsentgroup) that specifies the appropriate age rating for the action. The allowed values are "Child", "Minor", "Adult". If no value is specified, the default behavior allows access to all ages. | No |
112112

113113
### Output
114114

0 commit comments

Comments
 (0)