Skip to content

Commit

Permalink
update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Mar 24, 2017
1 parent 007c2cf commit 353d742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/routes/documentation/Surface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ class SurfaceDocs extends Component {
<MarkdownElement text={docContext('./Surface/README.md')} />
<CodeExample
code={docContext('./Surface/Example1')}
title="Example 1: Basic Surface"
title="Example 1"
>
<Example1 />
</CodeExample>
<CodeExample
code={docContext('./Surface/Example2')}
title="Example 2: Multiple Surfaces"
title="Example 2"
>
<Example2 />
</CodeExample>
Expand Down

0 comments on commit 353d742

Please sign in to comment.