Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleturco committed Nov 4, 2015
1 parent 57f8db3 commit 874bcc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {Component} from 'react';
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample';
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection';

export default class DividerTypesExamples extends Component {
export default class DividerVariationsExamples extends Component {
render() {
return (
<ExampleSection title='Types'>
Expand Down
2 changes: 1 addition & 1 deletion src/elements/Divider/Divider.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class Divider extends Component {

render() {
const classes = classNames(
'sd-button',
'sd-divider',
'ui',
this.props.className,
'divider'
Expand Down

0 comments on commit 874bcc5

Please sign in to comment.