Skip to content

Commit

Permalink
Typo error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu.ganesan committed Oct 30, 2023
1 parent 28b5fa4 commit 6579919
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ActiveKeyboardDatePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** Date format */
format: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UDatePicker/UDatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ UDatePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** date format */
format: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UDateTimePicker/UDateTimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ UDateTimePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** date format */
format: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UKeyboardDatePicker/UKeyboardDatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ UKeyboardDatePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** date format */
format: PropTypes.string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ UKeyboardDateTimePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** date format */
format: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UKeyboardTimePicker/UKeyboardTimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ UKeyboardTimePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** Label text */
label: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UTimePicker/UTimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ UTimePicker.propTypes = {
autoOk: PropTypes.bool,
/** Picker container option variant : 'dialog' | 'inline' | 'static' */
variant: PropTypes.string,
/** Material ui textfiled variant */
/** Material ui textfield variant */
inputVariant: PropTypes.string,
/** Label text */
label: PropTypes.string,
Expand Down

0 comments on commit 6579919

Please sign in to comment.