Skip to content

Commit ddff564

Browse files
Fix typo and streamline language in documentation
1 parent ef30fa8 commit ddff564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/terminal/shell-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Add the following to your `~/.bashrc` file. Run `code ~/.bashrc` in Git Bash to
7878

7979
#### Portability versus performance
8080

81-
The recommended approach above to install shell integration relies on executing our CLI to find the path to the shell integration script. This is great as it works cross-platform and also with all install types, provided `code` in on the `$PATH`. This currently launches Node.js in order to fetch the path, which can add a small delay to shell startup. To reduce this, you can inline the script above by resolving the path ahead of time and adding it directly into your init script.
81+
The above shell integration installation is cross-platform and compatible with any installation type if `code` is in the `$PATH`. However, this recommended approach starts Node.js to fetch the script path, leading to a slight delay in shell startup. To mitigate this delay, inline the script above by resolving the path ahead of time and adding it directly into your init script.
8282

8383
```sh
8484
# Output the executable's path first:

0 commit comments

Comments
 (0)