From c4cc14a63db4bfbebc7ac9ed96cfcbd85e8f7bbf Mon Sep 17 00:00:00 2001 From: Jez McKean Date: Fri, 31 Mar 2023 11:58:13 +0100 Subject: [PATCH] Replace 'i.e.' with 'e.g.' for examples --- lib/config.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.d.ts b/lib/config.d.ts index 0ab031cf..85dbe519 100644 --- a/lib/config.d.ts +++ b/lib/config.d.ts @@ -119,7 +119,7 @@ export type configOptions = { /** terminal selection color */ 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 * * Windows @@ -144,7 +144,7 @@ export type configOptions = { */ 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 */ shellArgs: string[];