Skip to content

Commit 0396584

Browse files
authored
Fix typo in vscode extension's package.json (#1917)
Fix small typo that currently appears in Welcome page for the VS Code extension: ![image](https://github.com/user-attachments/assets/99715265-d098-4b5c-98f7-996d56c451f7)
1 parent 099da18 commit 0396584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{
7474
"id": "qsharp-vscode.welcome.starters",
7575
"title": "Starting points",
76-
"description": "Expore Q# safely by opening files in the [Q# playground](command:qsharp-vscode.openPlayground), or work in Python by [creating a Jupyter Notebook](command:qsharp-vscode.createNotebook) from a template",
76+
"description": "Explore Q# safely by opening files in the [Q# playground](command:qsharp-vscode.openPlayground), or work in Python by [creating a Jupyter Notebook](command:qsharp-vscode.createNotebook) from a template",
7777
"media": {
7878
"image": "resources/notebook.png",
7979
"altText": "Jupyter Notebooks"

0 commit comments

Comments
 (0)