Skip to content

site: correct documentation on gitsshkey #3690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx
Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com>
  • Loading branch information
ammario and presleyp committed Aug 25, 2022
commit ae62525de260a917a3a53fc6a091eb02feff1a1f
4 changes: 2 additions & 2 deletions site/src/pages/UserSettingsPage/SSHKeysPage/SSHKeysPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export const Language = {
title: "SSH keys",
description: (
<p>
Git in workspaces is authenticated with the following public key. You may add it to Git
The following public key is used to authenticate Git in workspaces. You may add it to Git
services (such as GitHub) that you need to access from your workspace. <br />
<br />
Coder sets <code>$GIT_SSH_COMMAND</code> to perform the override.
Coder configures authentication via <code>$GIT_SSH_COMMAND</code>.
</p>
),
regenerateDialogTitle: "Regenerate SSH key?",
Expand Down