We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480945 commit a904d5cCopy full SHA for a904d5c
content/docs/cdn-links.md
@@ -20,7 +20,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं
20
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
21
```
22
23
-`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` की जगह वर्शन संख्या डाल दें।
+`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` को वर्शन संख्या द्वारा बदल दें।
24
25
### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute}
26
0 commit comments