Skip to content

Commit

Permalink
Doc Site - fixed typo. Fixes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Dec 24, 2014
1 parent 892cce7 commit a1b52ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -55,7 +55,7 @@ var DatePickerPage = React.createClass({
type: 'function',
header: 'default: formats to M/D/YYYY',
desc: 'This function is called to format the date to display in ' +
'the input box. By default, date objects for formatted to M/D/YYYY.'
'the input box. By default, date objects are formatted to M/D/YYYY.'
}
];

Expand Down
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/inputs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var InputsPage = React.createClass({
<h2 className="mui-font-style-headline">Inputs</h2>
<br />
<mui.Input ref="firstname" onChange={this._onChange} type="text" name="firstname" placeholder="First Name" description="Your first name as it appears on your credit card." />
<mui.Input ref="lastname" type="text" name="lastname" placeholder="Last Name" description="Your last name as it appears on your credit card.." />
<mui.Input ref="lastname" type="text" name="lastname" placeholder="Last Name" description="Your last name as it appears on your credit card." />
<mui.Input ref="disabled" type="text" name="disabled" disabled={true} placeholder="Disabled input" />
<mui.Input ref="disabled_v" type="text" name="disabled_v" disabled={true} defaultValue="with value" placeholder="Disabled input" />
<mui.Input ref="addressline1" type="text" name="addressline1" placeholder="Address Line 1" description="Your address as it appears on your credit card." />
Expand Down

0 comments on commit a1b52ec

Please sign in to comment.