mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Replace 'i.e.' with 'e.g.' for examples
This commit is contained in:
parent
695560b463
commit
c4cc14a63d
1 changed files with 2 additions and 2 deletions
4
lib/config.d.ts
vendored
4
lib/config.d.ts
vendored
|
|
@ -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[];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue