Skip to content

Commit 44e3181

Browse files
committed
run proptypes
1 parent 167a4b4 commit 44e3181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-joy/src/Autocomplete/Autocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ Autocomplete.propTypes /* remove-proptypes */ = {
816816
*/
817817
popupIcon: PropTypes.node,
818818
/**
819-
* If `true`, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted.
819+
* If `true`, the component becomes read-only. It is also supported in multiple tags where the tag cannot be deleted.
820820
* @default false
821821
*/
822822
readOnly: PropTypes.bool,

0 commit comments

Comments
 (0)