Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Saksin committed Sep 20, 2019
1 parent 8c06874 commit bc4bd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manual.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git checkout -b signature/${YOUR_GITHUB_USERNAME}
cd signed
# YOUR_SURNAME - surname, YOUR_NAME - first name, POSITION - position at your company, COMPANY - your company
echo "${YOUR_SURNAME} ${YOUR_NAME} | ${POSITION}, ${COMPANY}" > $(uuidgen)
git commit -a -m 'Signature from ${YOUR_GITGUB_USERNAME}'
git commit -a -m 'Signature from ${YOUR_GITHUB_USERNAME}'
git push origin signature/${YOUR_GITHUB_USERNAME}
# time to create pull-request!
```
Expand Down
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git checkout -b signature/${YOUR_GITHUB_USERNAME}
cd signed
# YOUR_SURNAME - фамилия, YOUR_NAME - имя, POSITION - должность, COMPANY - компания
echo "${YOUR_SURNAME} ${YOUR_NAME} | ${POSITION}, ${COMPANY}" > $(uuidgen)
git commit -a -m 'Signature from ${YOUR_GITGUB_USERNAME}'
git commit -a -m 'Signature from ${YOUR_GITHUB_USERNAME}'
git push origin signature/${YOUR_GITHUB_USERNAME}
# идём создавать pull-request
```
Expand Down

0 comments on commit bc4bd44

Please sign in to comment.