Skip to content

Commit 2390935

Browse files
committed
docs: use pwsh title on Windows install snippet
Avoids the layout reflow caused by the 'In Windows PowerShell:' prose line on the Windows tab. The title attribute labels the snippet inline with the code fence.
1 parent 4335080 commit 2390935

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

runtime/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ curl -fsSL https://deno.land/install.sh | sh
5050
</deno-tab>
5151
<deno-tab value="windows" label="Windows">
5252

53-
In Windows PowerShell:
54-
55-
```powershell
53+
```powershell title="pwsh"
5654
irm https://deno.land/install.ps1 | iex
5755
```
5856

0 commit comments

Comments
 (0)