Browse Source

grammatical typo fix on allowlist (#3689)

main
Jabir K.H 3 years ago
committed by GitHub
parent
commit
a5e0bf4d8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2017-09-08-dom-attributes-in-react-16.md

2
content/blog/2017-09-08-dom-attributes-in-react-16.md

@ -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
// ...

Loading…
Cancel
Save