Skip to content

Commit fa0a227

Browse files
committed
chore: fix capitalization
1 parent d5ee24d commit fa0a227

File tree

1 file changed

+3
-3
lines changed
  • packages/module/patternfly-docs/content/extensions/component-groups/examples/StaleDataWarning

1 file changed

+3
-3
lines changed

packages/module/patternfly-docs/content/extensions/component-groups/examples/StaleDataWarning/StaleDataWarning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section: Component groups
55
subsection: Status and state indicators
66
# Sidenav secondary level section
77
# should be the same for all markdown files
8-
id: Stale Data Warning
8+
id: Stale data warning
99
# Tab (react | react-demos | html | html-demos | design-guidelines | accessibility)
1010
source: react
1111
# If you use typescript, the name of the interface to display props for
@@ -16,7 +16,7 @@ sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packa
1616

1717
import StaleDataWarning from '@patternfly/react-component-groups/dist/dynamic/StaleDataWarning';
1818

19-
A **Stale Data Warning** component displays a warning status when an object is stale and planned for removal. Additional warning details can be displayed as a tooltip or text label.
19+
A **stale data warning** component displays a warning status when an object is stale and planned for removal. Additional warning details can be displayed as a tooltip or text label.
2020

2121
## Examples
2222

@@ -30,7 +30,7 @@ A basic stale data warning component displays a warning icon with additional det
3030

3131
### Stale data warning with customized props
3232

33-
Instead of sharing details in a tooltip, you can place a short message beside the icon. You can still utilize all properties of the [Tooltip component](/components/tooltip), with the exception of `content`.
33+
Instead of sharing details in a tooltip, you can place a short message beside the icon. You can still utilize all properties of the [tooltip component](/components/tooltip), with the exception of `content`.
3434

3535
```js file="./StaleDataWarningCustomExample.tsx"
3636

0 commit comments

Comments
 (0)