Skip to content

Commit 288e7a5

Browse files
authored
Merge pull request #1684 from SuperSandro2000/typos
Fix typos
2 parents aa87270 + 5ec8a6e commit 288e7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ EOF
7373

7474
# We remove the scripts field so that later on we can run
7575
# yarn to fetch node_modules if necessary without build scripts running.
76-
# We cannot use --no-scripts because we still want dependant package scripts to run.
76+
# We cannot use --no-scripts because we still want dependent package scripts to run.
7777
jq 'del(.scripts)' < "$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
7878
}
7979

doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you want to make the SSH port forwarding persistent we recommend using
136136
[mutagen](https://mutagen.io/documentation/introduction/installation).
137137

138138
```
139-
# Same as the above SSH command but runs in the background continously.
139+
# Same as the above SSH command but runs in the background continuously.
140140
# Add `mutagen daemon start` to your ~/.bashrc to start the mutagen daemon when you open a shell.
141141
mutagen forward create --name=code-server tcp:127.0.0.1:8080 <instance-ip>:tcp:127.0.0.1:8080
142142
```

0 commit comments

Comments
 (0)