From f56542eb310341ae7d81133749c6abb0a83034a1 Mon Sep 17 00:00:00 2001 From: Trickster <149191693+Chhagan011@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:35:47 +0530 Subject: [PATCH] [Docs] Fixed Typo (#615) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876efc98..bd4c1cf6 100644 --- a/README.md +++ b/README.md @@ -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"); ```