Skip to content

Commit

Permalink
Correct container type options.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 11, 2015
1 parent 23fd701 commit 436c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/date-picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class DatePickerPage extends React.Component {
infoArray: [
{
name: 'container',
type: 'one of: dialog, container',
type: 'one of: dialog, inline',
header: 'default: dialog',
desc: 'The date pickers container type',
},
Expand Down

0 comments on commit 436c500

Please sign in to comment.