Skip to content

Commit f56542e

Browse files
authored
[Docs] Fixed Typo (#615)
Corrected "dynamicall" to "dynamically" in [README.md]. This pull request addresses a minor typo found in the repository. The typo has been corrected to improve clarity and maintain the quality of the documentation. This change is purely cosmetic and does not affect functionality.
1 parent ae67756 commit f56542e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Thanks to [jsdelivr.com](https://www.jsdelivr.com/package/npm/@mlc-ai/web-llm),
110110
```javascript
111111
import * as webllm from "https://esm.run/@mlc-ai/web-llm";
112112
```
113-
It can also be dynamicall imported as:
113+
It can also be dynamically imported as:
114114
```javascript
115115
const webllm = await import ("https://esm.run/@mlc-ai/web-llm");
116116
```

0 commit comments

Comments
 (0)