Skip to content

Commit 3556953

Browse files
authored
Fix typos in Markdown files (#1862)
## Changes Fix typos in Markdown files ## Tests Manually
1 parent 32d3836 commit 3556953

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If applicable, add screenshots to help explain your problem.
2222

2323
**System information:**
2424

25-
1. Paste the output ot the `Help: About` command (CMD-Shift-P).
25+
1. Paste the output of the `Help: About` command (CMD-Shift-P).
2626
2. Databricks Extension Version
2727

2828
**Databricks Extension Logs**

packages/databricks-vscode-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function activate(context: vscode.ExtensionContext) {
4242
### Adding a view to the Databricks activity bar
4343

4444
```js
45-
"contributes" {
45+
"contributes": {
4646
// ...
4747
"views": {
4848
"databricksBar": [

packages/databricks-vscode/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
## (2025-03-04)
109109

110110
- Add Documentation panel
111-
- Ensure run button is visibilite for notebook editors
111+
- Ensure run button is visible for notebook editors
112112
- Properly terminate debug session if the workflow webview was closed
113113
- Update Databricks CLI to v0.242.0
114114

@@ -573,7 +573,7 @@ CLI Changes
573573

574574
- Fix: Fix error handling when repos limit is reached, fixes [#726](https://github.com/databricks/databricks-vscode/issues/726)
575575
- Patch: Port error handling code from GO SDK
576-
- Telemety: Record SDK AuthType instead of VSCode AuthType
576+
- Telemetry: Record SDK AuthType instead of VSCode AuthType
577577
- Fix: Bump dependencies
578578
- Feature: Support all authentication methods for interactive debugging with dbconnect.
579579
- Fix: Improve error message to switch from repos to workspace FS.
@@ -606,7 +606,7 @@ CLI Changes
606606
## <small>0.3.11 (2023-04-25)</small>
607607

608608
- Feature: All customers should start seeing prompt for switching to using Workspace as sync destination.
609-
- Feature: Move autcompletion for globals to `__builtins__.py` from internal stubs.
609+
- Feature: Move autocompletion for globals to `__builtins__.py` from internal stubs.
610610
- Fix: Prepend cwd to PYTHONPATH so that local changes take precedence over installed libraries, fixes [#673](https://github.com/databricks/databricks-vscode/issues/673)
611611

612612
# Release: v0.3.10
@@ -682,7 +682,7 @@ CLI Changes
682682
- Feature: Add `databricks.overrideDatabricksConfigFile` VS Code setting to override the location of `.databrickscfg` file, closes [#518](https://github.com/databricks/databricks-vscode/issues/518)
683683
- Fix: jump-to-error links were not displayed when `Run File on Databricks` runs failed
684684
- Fix: sync was hanging when moving files
685-
- Fix: Files with certain special charecters (such as #-hash) in their names were not synced correctly.
685+
- Fix: Files with certain special characters (such as #-hash) in their names were not synced correctly.
686686

687687
# Release: v0.3.2
688688

@@ -856,7 +856,7 @@ CLI Changes
856856
- Added command `Open full logs` to open the log output folder
857857
- Turn filtering of accessible cluster off by default. Can be enabled using the setting `databricks.clusters.onlyShowAccessibleClusters`
858858
- Allow running ipynb files as workflows
859-
- Improve handling cases where the user doesn't hve administrator permissions in the Databricks workspace
859+
- Improve handling cases where the user doesn't have administrator permissions in the Databricks workspace
860860
- Show warning when the name of the selected Databricks Repo doesn't match the local workspace name
861861
- Add setting `databricks.bricks.verboseMode` to show debug logs for the sync command
862862

packages/databricks-vscode/DATABRICKS.quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Databricks extension for Visual Studio Code enables you to connect to your remote Databricks workspaces from Visual Studio Code.
44

5-
> 📘 **Note**: The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html) contains comprehesive documentation about the Databricks extension.
5+
> 📘 **Note**: The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html) contains comprehensive documentation about the Databricks extension.
66
77
# Features
88

@@ -90,7 +90,7 @@ The extension provides easy setup for cell-by-cell running and debugging noteboo
9090

9191
Databricks Asset Bundles make it possible to describe Databricks resources such as jobs, pipelines, and notebooks as source files. These source files provide an end-to-end definition of a project, including how it should be structured, tested, and deployed, which makes it easier to collaborate on projects during active development. For more information, see [Databricks Asset Bundles](https://docs.databricks.com/en/dev-tools/bundles/index.html).
9292

93-
### <a id="deploy-dab"></a>Deploying Databricks Asset Bundles?
93+
### <a id="deploy-dab"></a>Deploying Databricks Asset Bundles
9494

9595
1. In the Databricks extension panel, find the "Bundle Resource Explorer" view.
9696
2. Click on the "Deploy" button.
@@ -123,7 +123,7 @@ By default, a job is run using a jobs cluster. You can change this behavior and
123123

124124
If you are using Databricks extension v1, your project will automatically be migrated a [Databricks Asset Bundle](#what-is-dab) when you open it in v2. The migration process will create a new [`databricks.yml`](#what-is-databricksyml) file in the root of your project and move the configurations from the old `.databricks/project.json` to the new `databricks.yml` file.
125125

126-
> **Note**: This means that you will start seeing a `databricks.yml` file in your project root directory and in your version control system change logs. We recommend comitting this file to your version control system.
126+
> **Note**: This means that you will start seeing a `databricks.yml` file in your project root directory and in your version control system change logs. We recommend committing this file to your version control system.
127127
128128
## <a id="what-is-databricksyml"></a>What is databricks.yml?
129129

packages/databricks-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The extension is available from the [Visual Studio Marketplace](https://marketpl
1818
- The [Quick Start Guide](DATABRICKS.quickstart.md) provides an overview
1919
of common features.
2020
- The [User Guide](https://docs.databricks.com/dev-tools/vscode-ext.html)
21-
contains comprehesive documentation about the Databricks extension.
21+
contains comprehensive documentation about the Databricks extension.
2222

2323
### Telemetry
2424

0 commit comments

Comments
 (0)