Skip to content

Commit

Permalink
[Docs] Fixed Typo (#615)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Chhagan011 authored Oct 16, 2024
1 parent ae67756 commit f56542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Thanks to [jsdelivr.com](https://www.jsdelivr.com/package/npm/@mlc-ai/web-llm),
```javascript
import * as webllm from "https://esm.run/@mlc-ai/web-llm";
```
It can also be dynamicall imported as:
It can also be dynamically imported as:
```javascript
const webllm = await import ("https://esm.run/@mlc-ai/web-llm");
```
Expand Down

0 comments on commit f56542e

Please sign in to comment.