mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 11:52:00 +00:00
grammatical typo fix on allowlist (#3689)
This commit is contained in:
@@ -32,7 +32,7 @@ React has always provided a JavaScript-centric API to the DOM. Since React compo
|
||||
<div tabIndex={-1} />
|
||||
```
|
||||
|
||||
This has not changed. However, the way we enforced it in the past forced us to maintain a allowlist of all valid React DOM attributes in the bundle:
|
||||
This has not changed. However, the way we enforced it in the past forced us to maintain an allowlist of all valid React DOM attributes in the bundle:
|
||||
|
||||
```js
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user