Skip to content

Commit

Permalink
[docs] Fix reference to FAQ (#10660)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchmidt authored and oliviertassinari committed Mar 15, 2018
1 parent f39f4bd commit ff20b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for instance, exposing the `inputProps` and `InputProps` properties on component
For instance, exposing a `value` property.
- their own `xxxRef` property when user might need to perform imperative actions.
For instance, exposing a `inputRef` property to access the native `input` on the `Input` component.
It help answering the following question. [How can I access the DOM element?](/getting-started/frequently-asked-questions/#how-can-i-access-the-dom-element-)
It help answering the following question. [How can I access the DOM element?](/getting-started/faq#how-can-i-access-the-dom-element-)
- their own `xxxClassName` property when `classes` isn't enough.

### Property naming
Expand Down

0 comments on commit ff20b65

Please sign in to comment.