Skip to content

Commit 6fda8fa

Browse files
committed
chore(typo): Addressed review comment by fixing missing space
1 parent 2bb317d commit 6fda8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/module/patternfly-docs/content/examples

packages/module/patternfly-docs/content/examples/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example demonstrates how to use the `async` function to send data
5353
```
5454

5555
### Modal with internationalization support
56-
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.
56+
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of `<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.
5757
```js file="./i18n.tsx"
5858

5959
```

0 commit comments

Comments
 (0)