Skip to content

Commit 8b227b0

Browse files
authored
Fix typo (#59)
1 parent 4904b69 commit 8b227b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The first thing you should always do is build your PureScript once, like so.
121121
npx spago build
122122
```
123123

124-
Then you can run Percel in "serve" mode to see it all running in your browser (`ctrl + c` to quit).
124+
Then you can run Parcel in "serve" mode to see it all running in your browser (`ctrl + c` to quit).
125125

126126
```sh
127127
npx parcel serve src/index.html

0 commit comments

Comments
 (0)