Skip to content

Commit a904d5c

Browse files
authored
Incorporating review comments
Incorporating the change discussed in #53 (comment)
1 parent 1480945 commit a904d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/cdn-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं
2020
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
2121
```
2222

23-
`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` की जगह वर्शन संख्या डाल दें।
23+
`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `16` को वर्शन संख्या द्वारा बदल दें।
2424

2525
### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute}
2626

0 commit comments

Comments
 (0)