Skip to content

Commit a506983

Browse files
authored
chore(docs): fix typo (#7194)
1 parent 7e59348 commit a506983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `preinitModule` function provides the browser with a hint that it should sta
5151

5252
#### Parameters {/*parameters*/}
5353

54-
* `href`: a string. The URL of the module you want to download and exeucute.
54+
* `href`: a string. The URL of the module you want to download and execute.
5555
* `options`: an object. It contains the following properties:
5656
* `as`: a required string. It must be `'script'`.
5757
* `crossOrigin`: a string. The [CORS policy](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin) to use. Its possible values are `anonymous` and `use-credentials`.

0 commit comments

Comments
 (0)