Skip to content

Commit e4abc9e

Browse files
dpkwhanlevithomason
authored andcommitted
style(Rating): update docs to the latest standards (#841)
1 parent fe9e16c commit e4abc9e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/app/Examples/modules/Rating/Types/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
44
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
55

6-
const RatingTypes = () => (
6+
const RatingTypesExamples = () => (
77
<ExampleSection title='Types'>
88
<ComponentExample
99
title='Rating'
@@ -43,4 +43,4 @@ const RatingTypes = () => (
4343
</ExampleSection>
4444
)
4545

46-
export default RatingTypes
46+
export default RatingTypesExamples

docs/app/Examples/modules/Rating/Variations/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
44
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
55

6-
const RatingVariations = () => (
6+
const RatingVariationsExamples = () => (
77
<ExampleSection title='Variations'>
88
<ComponentExample
99
title='Size'
@@ -13,4 +13,4 @@ const RatingVariations = () => (
1313
</ExampleSection>
1414
)
1515

16-
export default RatingVariations
16+
export default RatingVariationsExamples

0 commit comments

Comments
 (0)