Fix option's mdn link (#6080)

This commit is contained in:
Ahmed Abdelbaset
2023-06-02 14:42:16 +03:00
committed by GitHub
parent 4184c0f560
commit ca93140eb9

View File

@@ -23,7 +23,7 @@ The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/
### `<option>` {/*option*/}
The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) lets you render an option inside a [`<select>`](/reference/react-dom/components/select) box.
The [built-in browser `<option>` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option) lets you render an option inside a [`<select>`](/reference/react-dom/components/select) box.
```js
<select>