Skip to content

Commit 5c9c0f9

Browse files
committed
more keyboard styling
1 parent a777a2e commit 5c9c0f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To work with Durable Functions in a Node.js function app, you use a library call
9696
To use the V4 programming model, you need to install the preview `v3.x` version of `durable-functions`.
9797
::: zone-end
9898

99-
1. Use the *View* menu or Ctrl+Shift+` to open a new terminal in VS Code.
99+
1. Use the *View* menu or <kbd>Ctrl+Shift+`</kbd> to open a new terminal in VS Code.
100100

101101
::: zone pivot="nodejs-model-v3"
102102
2. Install the `durable-functions` npm package by running `npm install durable-functions` in the root directory of the function app.

articles/azure-functions/durable/quickstart-ts-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To work with Durable Functions in a Node.js function app, you use a library call
9797
To use the V4 programming model, you need to install the preview `v3.x` version of `durable-functions`.
9898
::: zone-end
9999

100-
1. Use the *View* menu or Ctrl+Shift+` to open a new terminal in VS Code.
100+
1. Use the *View* menu or <kbd>Ctrl+Shift+`</kbd> to open a new terminal in VS Code.
101101

102102
::: zone pivot="nodejs-model-v3"
103103
2. Install the `durable-functions` npm package by running `npm install durable-functions` in the root directory of the function app.

0 commit comments

Comments
 (0)