Skip to content

Commit 32bc760

Browse files
authored
fix: typo and incorrect path (#117)
1 parent a722463 commit 32bc760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/introduction/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cd ./my-marko-application
2121
npm run dev
2222
```
2323

24-
Open `src/routes/_index/+page.marko` in your editor to modify the index page. See the [routing documentation](https://github.com/marko-js/run#file-based-routing) to learn how to add additional pages to your project.
24+
Open `src/routes/+page.marko` in your editor to modify the index page. See the [routing documentation](https://github.com/marko-js/run#file-based-routing) to learn how to add additional pages to your project.
2525

2626
## Manual Setup
2727

docs/tutorial/components-and-reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Actually, this is getting a little bit too complex to all put in one place. Mayb
195195
That's all we're going to build for now, but feel free to add more! Here are some ideas:
196196

197197
- How about a new temperature unit? Maybe Kelvin or [Delisle](https://en.wikipedia.org/wiki/Delisle_scale)?
198-
- Most of the world actually uses celsius 😅, maybe users should be able pick which unit to start with
198+
- Most of the world actually uses celsius 😅, maybe users should be able to pick which unit to start with
199199
- What about wind chill? Apparently there are [standard formulas](https://en.wikipedia.org/wiki/Wind_chill) if "wind velocity" is known
200200
- Converting between temperatures is cool, but this system _could_ be generalized. What if it converted between weights, volumes, or distances?
201201
- Anything else! The opportunities are limitless!

0 commit comments

Comments
 (0)