Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Mar 18, 2024
1 parent 0cec4f9 commit 9c0b013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation-framework/templates/mdx.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const MDXChildTemplate = ({
)}
{(template || source === 'react-template') && (
<InlineAlert title="Templates" variant="info">
{`This page showcases templates for the ${id.toLowerCase()} component. A template consists of the component and additional logic supporting the use case, and has a streamlined API with some limited customization.`}
{`This page showcases templates for the ${id.toLowerCase()} component. A template combines a component with logic that supports a specific use case, with a streamlined API that offers additional, limited customization.`}
</InlineAlert>
)}
</React.Fragment>
Expand Down

0 comments on commit 9c0b013

Please sign in to comment.