Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): incorrect casing of "MDCTextField"
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee committed Nov 17, 2017
1 parent 37c078d commit af16d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-textfield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ being used as the text field's "helper text". It defaults to `null`. If the text
contains an `aria-controls` attribute on instantiation of the component, it will look for an element
with the corresponding id within the document and automatically assign it to this property.

##### MDCTextfield.helperTextContent
##### MDCTextField.helperTextContent

String. Proxies to the foundation's `getHelperTextContent`/`setHelperTextContent` methods when retrieved/set
respectively.

##### MDCTextfield.disabled
##### MDCTextField.disabled

Boolean. Proxies to the foundation's `isDisabled/setDisabled` methods when retrieved/set
respectively.
Expand Down

0 comments on commit af16d8d

Please sign in to comment.