From 03965844cb002229025ea67fb190b17b9f199896 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 19 Sep 2024 09:21:27 -0700 Subject: [PATCH] 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) --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 25b1f4222c..2dd7b2c4b1 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -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"