Skip to content

Commit 82a0030

Browse files
authored
repo sync
2 parents c470adb + fbe8ee4 commit 82a0030

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
127127
1. Ensure the ssh-agent is running. You can use the "Auto-launching the ssh-agent" instructions in "[Working with SSH key passphrases](/articles/working-with-ssh-key-passphrases)", or start it manually:
128128
```shell
129129
# start the ssh-agent in the background
130-
$ eval $(ssh-agent -s)
130+
$ eval `ssh-agent -s`
131131
> Agent pid 59566
132132
```
133133

content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Creating a pull request from a fork
33
intro: You can create a pull request to propose changes you've made to a fork of an upstream repository.
44
redirect_from:
55
- /articles/creating-a-pull-request-from-a-fork
6-
permissions: Anyone with write access to a repository can create a pull request from user-owned fork.
6+
permissions: Anyone with write access to a repository can create a pull request from a user-owned fork.
77
versions:
88
free-pro-team: '*'
99
enterprise-server: '*'

0 commit comments

Comments
 (0)