Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ real HTML elements in the DOM.

## Components are always controlled

Native HTML elements like `<input>` or `<select>` can be ussd in an "uncontrolled"
Native HTML elements like `<input>` or `<select>` can be used in an "uncontrolled"
way. This is where you let the element maintain its own internal state and your
program listens for events when it wants to know what that state is.

Expand Down