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
2323
2424Install for Nix users:
2525``` sh
26- # Remove purescript and spago and removing traling , from package.json
26+ # Remove purescript and spago and removing trailing , from package.json
2727sed --in-place ' /purescript\|spago/d' ./package.json && sed --in-place ' $!N;s/,\n }/\n }/;P;D' package.json
2828nix-shell
2929```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ make installDeps
2323
2424Install for Nix users:
2525``` sh
26- # Remove purescript and spago and removing traling , from package.json
26+ # Remove purescript and spago and removing trailing , from package.json
2727sed --in-place ' /purescript\|spago/d' ./package.json && sed --in-place ' $!N;s/,\n }/\n }/;P;D' package.json
2828nix-shell
2929```
You can’t perform that action at this time.
0 commit comments