Skip to content

Commit eeddf73

Browse files
committed
fixed typo in docs/authentication
1 parent 6b16419 commit eeddf73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Authentication
22

33
----
4-
Although you can access any public data without authentication, you need to authenticate before you can access certain features like (_but not limited to_) accesing data from a private repository, or give access to a repository.
4+
Although you can access any public data without authentication, you need to authenticate before you can access certain features like (_but not limited to_) accessing data from a private repository, or give access to a repository.
55
Bitbucket provides Basic and OAuth authentication.
66

77
### Basic authentication
@@ -67,4 +67,4 @@ $auth = new Bitbucket\API\Authentication\OAuth('oauth_version="1.0",oauth_nonce=
6767

6868
#### Related:
6969
* [Authentication @ BB Wiki](https://confluence.atlassian.com/display/BITBUCKET/Use+the+Bitbucket+REST+APIs#UsetheBitbucketRESTAPIs-Authentication)
70-
* [OAuth on Bitbucket @ BB Wiki](https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket)
70+
* [OAuth on Bitbucket @ BB Wiki](https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket)

0 commit comments

Comments
 (0)