Skip to content

Commit 462209f

Browse files
committed
fix: remove empty line
1 parent 6ec6134 commit 462209f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/content/reference/react-dom/preconnect.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The `preconnect` function provides the browser with a hint that it should open a
4040

4141
* `href`: a string. The URL of the server you want to connect to.
4242

43-
4443
#### Returns {/*returns*/}
4544

4645
`preconnect` returns nothing.

src/content/reference/react-dom/preloadModule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ The `preloadModule` function provides the browser with a hint that it should sta
5151
* `integrity`: a string. A cryptographic hash of the module, to [verify its authenticity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity).
5252
* `nonce`: a string. A cryptographic [nonce to allow the module](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce) when using a strict Content Security Policy.
5353

54-
5554
#### Returns {/*returns*/}
5655

5756
`preloadModule` returns nothing.

0 commit comments

Comments
 (0)