Skip to content

Commit 35243fa

Browse files
authored
Typo: traling → trailing (#248)
1 parent 1ee8da0 commit 35243fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ make installDeps
2323

2424
Install 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
2727
sed --in-place '/purescript\|spago/d' ./package.json && sed --in-place '$!N;s/,\n }/\n }/;P;D' package.json
2828
nix-shell
2929
```

scripts/ReadmeContent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ make installDeps
2323

2424
Install 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
2727
sed --in-place '/purescript\|spago/d' ./package.json && sed --in-place '$!N;s/,\n }/\n }/;P;D' package.json
2828
nix-shell
2929
```

0 commit comments

Comments
 (0)