Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed May 3, 2018
1 parent 21d0cbe commit 07483af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/utility_classes/utility_classes_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const utilityClassesSource = require('!!raw-loader!./utility_classes');
const utilityClassesHtml = renderToHtml(UtilityClasses);

export const UtilityClassesExample = {
title: 'UtilityClasses',
title: 'CSS utility classes',
sections: [{
source: [{
type: GuideSectionTypes.JS,
Expand All @@ -27,7 +27,7 @@ export const UtilityClassesExample = {
text: (
<p>
The following CSS-only classes are provided as helper utilities. They are
useful for making micro-adjustments to existing components.
useful for making micro-adjustments to existing React components.
</p>
),
demo: <UtilityClasses />,
Expand Down

0 comments on commit 07483af

Please sign in to comment.