Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Tweak comment about field ID
Browse files Browse the repository at this point in the history
Co-Authored-By: jryans <[email protected]>
  • Loading branch information
turt2live and jryans authored Jan 20, 2019
1 parent efd5405 commit 36ffbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import PropTypes from 'prop-types';

export default class Field extends React.PureComponent {
static propTypes = {
// The field's id, which binds the input and label together.
// The field's ID, which binds the input and label together.
id: PropTypes.string.isRequired,
// The field's <input> type. Defaults to "text".
type: PropTypes.string,
Expand Down

0 comments on commit 36ffbef

Please sign in to comment.