Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos found by codespell #501

Merged
merged 1 commit into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TerminalDocs/customize-settings/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion TerminalDocs/customize-settings/profile-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion TerminalDocs/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion TerminalDocs/json-fragment-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Package
Expand Down