From 2bb317ddfdc7832d3ce3297c971c8b13a7fafb59 Mon Sep 17 00:00:00 2001 From: Parthiv Krishnan Date: Wed, 21 May 2025 14:20:50 -0400 Subject: [PATCH 1/2] chore(ci-release): trigger a release --- packages/module/patternfly-docs/content/examples/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 6b27a54..987c2e2 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -56,4 +56,4 @@ The following example demonstrates how to use the `async` function to send data To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of``. This allows you to prepare a modal for different languages and requirements. ```js file="./i18n.tsx" -``` \ No newline at end of file +``` \ No newline at end of file From 6fda8fa814e22bc9a83adc24dd74c803a17f8acb Mon Sep 17 00:00:00 2001 From: Parthiv Krishnan Date: Wed, 21 May 2025 16:36:24 -0400 Subject: [PATCH 2/2] chore(typo): Addressed review comment by fixing missing space --- packages/module/patternfly-docs/content/examples/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 987c2e2..ee3ce07 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -53,7 +53,7 @@ The following example demonstrates how to use the `async` function to send data ``` ### Modal with internationalization support -To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of``. This allows you to prepare a modal for different languages and requirements. +To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of ``. This allows you to prepare a modal for different languages and requirements. ```js file="./i18n.tsx" ``` \ No newline at end of file