Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Sep 9, 2024
1 parent debd5c3 commit f21555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/en/bundling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f21555b

Please sign in to comment.