Skip to content

Commit 499ba1d

Browse files
seafoamtealnaokie
authored andcommitted
Fixed Grammatical Errors in Community Theme Descriptions (#1376)
* Fixed grammatical error in theme-data.js In the Flatlogic description, the phrase "how real applications is built" is grammatically incorrect since "applications" is a plural noun but "is" refers to a singular noun. I changed it to "how real applications are built." In the PrimeVue description, the phrase "look&feel" (which lacked spaces between the words and punctuation) has been changed to "look & feel". * Update theme-data.js In the Flatlogic description, "Check the admin dashboard templates" has been changed to "Check out the admin dashboard templates."
1 parent c2fc1d2 commit 499ba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/components/community/themes/theme-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default [
127127
},
128128
{
129129
name: 'PrimeVue',
130-
description: `オープンソースの UI コンポーネントライブラリ [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) は、アプリケーションを開発するための 80 を超えるフレキシブルなコンポーネントを提供しています。その中には様々なコンポーネントテーマと、 Vue CLI のアプリケーションテンプレートが用意されており、あなたがベストだと考えるルック&フィールのものを利用できます。`,
130+
description: `オープンソースの UI コンポーネントライブラリ [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) は、アプリケーションを開発するための 80 を超えるフレキシブルなコンポーネントを提供しています。その中には様々なコンポーネントテーマと、 Vue CLI のアプリケーションテンプレートが用意されており、あなたがベストだと考えるルック・アンド・フィールのものを利用できます。`,
131131
seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218',
132132
products: [
133133
{

0 commit comments

Comments
 (0)