Skip to content

Commit

Permalink
Fix typo in vscode extension's package.json (#1917)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
m1c0l authored Sep 19, 2024
1 parent 099da18 commit 0396584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
"id": "qsharp-vscode.welcome.starters",
"title": "Starting points",
"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",
"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",
"media": {
"image": "resources/notebook.png",
"altText": "Jupyter Notebooks"
Expand Down

0 comments on commit 0396584

Please sign in to comment.