Skip to content

Commit c082f9c

Browse files
chore(docs): Fix typo in settings demo (#726)
1 parent 57dc7b0 commit c082f9c

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/chatbot/examples/UI

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const SettingsDemo: FunctionComponent = () => {
180180
},
181181
{
182182
id: 'archive-all',
183-
label: 'Archive all chat',
183+
label: 'Archive all chats',
184184
field: (
185185
// We want to add the id property here as well so the label is coupled
186186
// with the button on screen readers.

0 commit comments

Comments
 (0)