Skip to content

Commit 77cef20

Browse files
authored
typo error in my previous commit.
personnal -> personal
1 parent 49912ce commit 77cef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/git_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
There are two methods of pulling code from git, you can either use a Personal Token (recommended method) or an SSH key.
33

44
**Note:** We would recommend using a git personal token over an SSH key as it simplifies the set up process. To create a personal access token on Github follow this [guide](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
5-
If your repository is on BitBucket, you can create an "app password" and use it as the personnal access token. To get an app password for BitBucket, follow this [guide](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html).
5+
If your repository is on BitBucket, you can create an "app password" and use it as the personal access token. To get an app password for BitBucket, follow this [guide](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html).
66

77
### Personal Access token
88

0 commit comments

Comments
 (0)