Skip to content

Commit 51882fb

Browse files
committed
Update doc texts
1 parent e134e29 commit 51882fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/showcase/doc/designer/OverviewDoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<DocSectionText v-bind="$attrs">
33
<p>
44
The <NuxtLink to="/theming/styled">theming api</NuxtLink> is open and source freely available with an extensive documentation. Theme Designer is a tool build on top of this theming api with important features to make theming easier.
5-
Designer consists of 4 key features; The <b>visual editor</b> provides a UI to edit the complete set of tokens. The <b>figma to theme code</b> generator is extremely useful to automate the design to code process and integrates seamlessly
5+
Designer consists of 4 key features; The <b>visual editor</b> provides a UI to edit the complete set of tokens. The <b>Figma to theme code</b> generator is extremely useful to automate the design to code process and integrates seamlessly
66
with the Figma UI Kit. The themes are saved in the <b>cloud storage </b>to be accessible from anywhere and any device and finally the <b>migration assistant</b> automatically updates your themes to the latest library version.
77
</p>
88
</DocSectionText>

apps/showcase/doc/designer/createtheme/FigmaDoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616
<b class="mb-4 block">Manual Flow</b>
1717
<p>
18-
Instead of generating themes directly from Figma using the PrimeUI plugin, for quick prototyping purposes, you may also choose to use to manually export a tokens json file and then upload it to the designer. Note that, this flow would get tedious and repetitive in active
18+
Instead of generating themes directly from Figma using the plugin, for quick prototyping purposes, you may also choose to use to manually export a tokens json file and then upload it to the Theme Designer. Note that, this flow would get tedious and repetitive in active
1919
development cycles when compared to an automated flow.
2020
</p>
2121
<p>

apps/showcase/pages/designer/guide.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="doc-main">
1010
<div class="doc-intro">
1111
<h1>Designer</h1>
12-
<p>Theme Designer is the ultimate tool to customize and design your own themes featuring a visual editor, figma to theme code, cloud storage, and migration assistant.</p>
12+
<p>Theme Designer is the ultimate tool to customize and design your own themes featuring a visual editor, Figma to theme code, cloud storage, and migration assistant.</p>
1313
</div>
1414
<DocSections :docs="docs" />
1515
</div>

apps/showcase/pages/designer/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<Head>
44
<Title>Theme Designer - PrimeVue</Title>
5-
<Meta name="description" content="Theme Designer is the ultimate tool to customize and design your own themes featuring a visual editor, figma to theme code, cloud storage, and migration assistant." />
5+
<Meta name="description" content="Theme Designer is the ultimate tool to customize and design your own themes featuring a visual editor, Figma to theme code, cloud storage, and migration assistant." />
66
</Head>
77

88
<div>

0 commit comments

Comments
 (0)