We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c9979 commit 6335812Copy full SHA for 6335812
site/src/modules/resources/SSHButton/SSHButton.tsx
@@ -52,7 +52,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
52
<div>
53
<HelpTooltipText>
54
<strong css={styles.codeExampleLabel}>
55
- Configure SSH hosts on machine:
+ 1. Configure SSH hosts on machine:
56
</strong>
57
</HelpTooltipText>
58
<CodeExample secret={false} code="coder config-ssh" />
@@ -61,7 +61,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
61
62
63
64
- Connect to the agent:
+ 2. Connect to the agent:
65
66
67
<CodeExample
0 commit comments