Skip to content

Commit 3e40ff7

Browse files
Fixes typo in README.mdx in exercise 01 (#15)
1 parent f4ea7a0 commit 3e40ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.init/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import { App } from './app.js'
6262

6363
You'll notice we're using `esm.sh` to load the modules. This is a service that
6464
provides ESM versions of popular libraries. It bundles them on-demand and
65-
serves them. This works nicely for our build-less setup (thought it does mean
65+
serves them. This works nicely for our build-less setup (though it does mean
6666
you need to be connected to the internet to work through this workshop).
6767

6868
- [esm.sh](https://esm.sh)

0 commit comments

Comments
 (0)