From f21555b361d1111b80d874a1d623a45bf4622fc3 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 9 Sep 2024 22:23:56 +0200 Subject: [PATCH] Fix typo --- docs/src/pages/en/bundling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/en/bundling.md b/docs/src/pages/en/bundling.md index 03211c0f..2f105fbb 100644 --- a/docs/src/pages/en/bundling.md +++ b/docs/src/pages/en/bundling.md @@ -33,7 +33,7 @@ Our recommendation? Keep it simple: without a framework. - **Dependencies**: Import from CDNs like [esm.sh](https://esm.sh/) or [jsDelivr](https://www.jsdelivr.com/) first and get something working. Make - use to use versioned URLs for stability. + sure to use versioned URLs for stability. - **Type-Safety**: While TypeScript is powerful, it requires browser transformation. Use TypeScript within [JSDoc comments](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)