We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcf035 commit a5e0bf4Copy full SHA for a5e0bf4
1 file changed
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
32
<div tabIndex={-1} />
33
```
34
35
-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:
36
37
```js
38
// ...
0 commit comments