From 16465734474a1ec056c299cb9b231bb69a32270a Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 11 Feb 2022 20:59:29 +0100 Subject: [PATCH] Fix typos found by codespell --- TerminalDocs/customize-settings/actions.md | 2 +- TerminalDocs/customize-settings/profile-general.md | 2 +- TerminalDocs/faq.yml | 2 +- TerminalDocs/json-fragment-extensions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TerminalDocs/customize-settings/actions.md b/TerminalDocs/customize-settings/actions.md index 098cd8d0..d0661218 100644 --- a/TerminalDocs/customize-settings/actions.md +++ b/TerminalDocs/customize-settings/actions.md @@ -611,7 +611,7 @@ This creates a new window. Without any arguments, this will open the default pro | `tabTitle` | Optional | String | Title of the window tab. | | `index` | Optional | Integer | Profile that will open based on its position in the dropdown (starting at 0). | | `profile` | Optional | Profile's name or GUID as a string | Profile that will open based on its GUID or name. | -| `suppressApplicationTitle` | Optional | `true`, `false` | When set to `false` allows applications to change tab title by sending title change messages. When set to true `true` suppresses these messages. If not provided, the behavior is inheritted from profile settings. | +| `suppressApplicationTitle` | Optional | `true`, `false` | When set to `false` allows applications to change tab title by sending title change messages. When set to true `true` suppresses these messages. If not provided, the behavior is inherited from profile settings. | ### Rename window diff --git a/TerminalDocs/customize-settings/profile-general.md b/TerminalDocs/customize-settings/profile-general.md index e26d63e1..510d7469 100644 --- a/TerminalDocs/customize-settings/profile-general.md +++ b/TerminalDocs/customize-settings/profile-general.md @@ -113,7 +113,7 @@ If set, this profile will automatically open up in an "elevated" window (running When this property is set to `false`, opening this profile in an elevated window will not launch an _unelevated_ window to host this profile. The profile will simply open in the elevated window, running as Administrator. -If you set this property in `profiles.defaults`, then _all_ profiles will launch as Administrator by default, unless overrided by specifically setting this to false. +If you set this property in `profiles.defaults`, then _all_ profiles will launch as Administrator by default, unless overridden by specifically setting this to false. This property can be overridden in the [`newTab`](./actions.md#new-tab) and [`splitPane`](./actions.md#split-a-pane) actions, with the `elevate` property. diff --git a/TerminalDocs/faq.yml b/TerminalDocs/faq.yml index 2c16cf2b..a167586a 100644 --- a/TerminalDocs/faq.yml +++ b/TerminalDocs/faq.yml @@ -46,7 +46,7 @@ sections: answer: | To exit [focus mode](./customize-settings/actions.md#toggle-focus-mode), which hides the tabs and title bar on Windows Terminal, open the terminal command palette (Ctrl+Shift+P), find "toggle focus mode", then hit enter. - ![Toggle focus mode setting in Windows Terminal command pallette](./images/toggle-focus-mode.png) + ![Toggle focus mode setting in Windows Terminal command palette](./images/toggle-focus-mode.png) You may also want to ensure that your launch mode is not set to "focus" in the Startup settings. diff --git a/TerminalDocs/json-fragment-extensions.md b/TerminalDocs/json-fragment-extensions.md index 7f3073eb..f6248bac 100644 --- a/TerminalDocs/json-fragment-extensions.md +++ b/TerminalDocs/json-fragment-extensions.md @@ -145,7 +145,7 @@ The location to place the JSON fragment files varies depending on the installati ### Microsoft Store applications -For applications installed through the Microsoft Store (or similar), the application must declare itself to be an app extension. Learn more about how to [Create an host an app extenstion](/windows/uwp/launch-resume/how-to-create-an-extension). The necessary section is replicated here. The appxmanifest file of the package must include: +For applications installed through the Microsoft Store (or similar), the application must declare itself to be an app extension. Learn more about how to [Create and host an app extension](/windows/uwp/launch-resume/how-to-create-an-extension). The necessary section is replicated here. The appxmanifest file of the package must include: ```xml