Skip to content

Commit 4dab2e5

Browse files
author
hokienick
authored
Misspelled open for openNewTab
1 parent 82071f0 commit 4dab2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ as `<Link>`, this prop enforces it to be rendered as a simple `<a>` element
3131
- **`onClick`** &mdash; *Function* &mdash; Optional. *onClick* event handler;
3232
- **`onMouseDown`** &mdash; *Function* &mdash; Optional. *onMouseDown* event
3333
handler;
34-
- **`opneNewTab`** &mdash; *Boolean* &mdash; Optional. When the button is
34+
- **`openNewTab`** &mdash; *Boolean* &mdash; Optional. When the button is
3535
rendered as `<Link>`, this property tells to open the link in a new tab;
3636
- **`replace`** &mdash; *Boolean* &mdash; Optional. When the button is rendered
3737
as `<Link>`, and the URL is internal, this property tells that the new route

0 commit comments

Comments
 (0)