Skip to content

Commit 83fffa7

Browse files
authored
Fixed link typo (#211)
Fixed a space typo in the link tag of 'Implicit Grant' in OAuth Implementations section
1 parent c4dfdaa commit 83fffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For security purposes, DocuSign recommends using the [Authorization Code Grant](
7171
There are other use-case scenarios, such as **single-page applications** (SPA) that use **Cross-Origin Resource Sharing** (CORS), or where there may not be a user to interact with your Service Account. For these use cases, DocuSign also supports [JWT](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) and [Implicit](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit) grants. For Ccode eExamples, see the links below:
7272

7373
- [JWT (JSON Web Token)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken)
74-
- [Implicit Grant] (https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit)
74+
- [Implicit Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit)
7575

7676
## Support
7777

0 commit comments

Comments
 (0)