docs: spell check

This commit is contained in:
lnu 2021-01-01 07:15:19 +01:00 committed by Jan De Dobbeleer
parent dbe3fa1bcc
commit 621cb8e4bc
5 changed files with 5 additions and 5 deletions

View file

@ -27,6 +27,6 @@ Display the currently active .NET SDK version.
- display_version: `boolean` - display the active version or not; useful if all you need is an icon indicating `dotnet`
is present - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - default to ``
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)

View file

@ -26,7 +26,7 @@ Display the currently active golang version when a folder contains `.go` files.
## Properties
- display_version: `boolean` - display the golang version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - default to ``
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `context`: The segment is only displayed when *.go or go.mod files are present (default)

View file

@ -26,7 +26,7 @@ Display the currently active julia version when a folder contains `.jl` files.
## Properties
- display_version: `boolean` - display the julia version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - default to ``
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `context`: The segment is only displayed when *.jl files are present (default)

View file

@ -26,7 +26,7 @@ Display the currently active node version when a folder contains `.js` or `.ts`
## Properties
- display_version: `boolean` - display the node version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - default to ``
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `context`: The segment is only displayed when *.js, *.ts or package.json files are present (default)

View file

@ -28,7 +28,7 @@ Supports conda, virtualenv and pyenv.
- display_virtual_env: `boolean` - show the name of the virtualenv or not - defaults to `true`
- display_version: `boolean` - display the python version - defaults to `true`
- missing_command_text: `string` - text to display when the command is missing - default to ``
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
- display_mode: `string` - determines when the segment is displayed
- `always`: The segment is always displayed
- `context`: The segment is only displayed when *.py or *.ipynb files are present (default)