File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ make installDeps
23
23
24
24
Install for Nix users:
25
25
``` sh
26
- # Remove purescript and spago and removing traling , from package.json
26
+ # Remove purescript and spago and removing trailing , from package.json
27
27
sed --in-place ' /purescript\|spago/d' ./package.json && sed --in-place ' $!N;s/,\n }/\n }/;P;D' package.json
28
28
nix-shell
29
29
```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ make installDeps
23
23
24
24
Install for Nix users:
25
25
``` sh
26
- # Remove purescript and spago and removing traling , from package.json
26
+ # Remove purescript and spago and removing trailing , from package.json
27
27
sed --in-place ' /purescript\|spago/d' ./package.json && sed --in-place ' $!N;s/,\n }/\n }/;P;D' package.json
28
28
nix-shell
29
29
```
You can’t perform that action at this time.
0 commit comments