Skip to content

Commit c54b828

Browse files
committed
chore: typo fixes
1 parent bc65da2 commit c54b828

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

mission-control/docs/guide/notifications/concepts/grouping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Grouping can be done via
1616
- `type` (type of the config)
1717
- `description`
1818
- `status_reason`
19-
- `labels` in the format `labels:app`
20-
- `tags` in the format `tag:namespace`
19+
- `label` in the format `label:app`
20+
- `tag` in the format `tag:namespace`
2121

2222
```yaml title="" file=<rootDir>/modules/mission-control/fixtures/notifications/config-health.yaml {11-12}
2323

mission-control/docs/reference/notifications/_inhibition.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
field: 'direction',
10-
scheme: '`string`',
10+
scheme: '`inoming`|`outgoing`|`both`',
1111
required: true,
1212
description: 'Specifies the traversal direction in relation to the "From" resource. Can be "outgoing" (looks for child resources), "incoming" (looks for parent resources), or "all" (considers both).'
1313
},
@@ -26,7 +26,7 @@
2626
field: 'to',
2727
scheme: '`[]string`',
2828
required: true,
29-
description: 'Specifies the target resource types, determined based on the Direction. For "outgoing" these are child resources, for "incoming" these are parent resources.'
29+
description: 'Specifies the traversal direction in relation to the `from` resource. `outgoing` looks for child resources and `incoming` looks for parent resources.'
3030
}
3131
]}
3232
/>

0 commit comments

Comments
 (0)