Skip to content

Commit

Permalink
Merge pull request #1345 from jamesmacfie/chore/typo
Browse files Browse the repository at this point in the history
Fix small text inconsistency in the settings panel
  • Loading branch information
imolorhe committed Sep 13, 2020
2 parents 6c8e2be + 1d97155 commit 72fd1aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/features/settings-pane.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Any valid CSS font family combinations can be used here.
### `disablePushNotification` - Specifies if native push notifications should be disabled
_Default: false_

### `enableExperimental` - Enable experimental features in Altair. Note: The features might be unstable.
### `enableExperimental` - Enable experimental features in Altair. Note: The features might be unstable
_Default: false_

### `alert.disableWarnings` - Disable warning alerts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface State {

/**
* Enable experimental features in Altair.
* Note: The features might be unstable.
* Note: The features might be unstable
*/
enableExperimental?: boolean;

Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/src/app/utils/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "boolean"
},
"enableExperimental": {
"description": "Enable experimental features in Altair.\nNote: The features might be unstable.",
"description": "Enable experimental features in Altair.\nNote: The features might be unstable",
"type": "boolean"
},
"historyDepth": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ validate.schema = {
"type": "boolean"
},
"enableExperimental": {
"description": "Enable experimental features in Altair.\nNote: The features might be unstable.",
"description": "Enable experimental features in Altair.\nNote: The features might be unstable",
"type": "boolean"
},
"historyDepth": {
Expand Down

0 comments on commit 72fd1aa

Please sign in to comment.