Skip to content

Commit

Permalink
Fix typos in welcome page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Sep 28, 2023
1 parent 02f05d6 commit b77eba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/comet-uswds/src/style-guide/Welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import { Meta } from '@storybook/blocks';

Comet is a React with TypeScript Component Library based on USWDS.

Comet was built with a primary focus of USWDS, however it has become more of a framework for React Apps which require USWDS, as well as other functionality (charts, custom components, etc). In the end, we hope to provide a set of modular tools to accelerate developer productivity and simplify the use of Design Systems, particularly USWDS.
Comet was built with a primary focus on USWDS, however it has become more of a framework for React Apps that require USWDS, as well as other functionality (charts, custom components, etc). In the end, we hope to provide a set of modular tools to accelerate developer productivity and simplify the use of Design Systems, particularly USWDS.

</div>
<div className="sb-section">
<div className="sb-section-item">
<h4 className="sb-section-item-heading">USWDS</h4>
<p className="sb-section-item-paragraph">The base USWDS component library implemented in React with TypeScript.</p>
<p className="sb-section-item-paragraph">The base USWDS component library is implemented in React with TypeScript.</p>
</div>
<div className="sb-section-item">
<h4 className="sb-section-item-heading">Extras</h4>
Expand All @@ -23,7 +23,7 @@ import { Meta } from '@storybook/blocks';
<div className="sb-section-item">
<div>
<h4 className="sb-section-item-heading">Data Viz</h4>
<p className="sb-section-item-paragraph">A set of Victory Chart components provided as a Comet wrapper.</p>
<p className="sb-section-item-paragraph">A set of Victory Chart components is provided as a Comet wrapper.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit b77eba8

Please sign in to comment.