Replace 'i.e.' with 'e.g.' for examples

This commit is contained in:
Jez McKean 2023-03-31 11:58:13 +01:00 committed by Labhansh Agrawal
parent 695560b463
commit c4cc14a63d

4
lib/config.d.ts vendored
View file

@ -119,7 +119,7 @@ export type configOptions = {
/** terminal selection color */ /** terminal selection color */
selectionColor: string; selectionColor: string;
/** /**
* the shell to run when spawning a new session (i.e. /usr/local/bin/fish) * the shell to run when spawning a new session (e.g. /usr/local/bin/fish)
* if left empty, your system's login shell will be used by default * if left empty, your system's login shell will be used by default
* *
* Windows * Windows
@ -144,7 +144,7 @@ export type configOptions = {
*/ */
shell: string; shell: string;
/** /**
* for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`) * for setting shell arguments (e.g. for using interactive shellArgs: `['-i']`)
* by default `['--login']` will be used * by default `['--login']` will be used
*/ */
shellArgs: string[]; shellArgs: string[];