Skip to content

Commit 7d88a1b

Browse files
authored
Fix typos and grammatical errors (#307)
1 parent a286b2b commit 7d88a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
## About
1313

14-
jira.js is a powerful [Node.JS](https://nodejs.org/) / Browser module that allows you to interact with the [Jira Cloud API](https://developer.atlassian.com/cloud/jira/platform/rest/), [Jira Agile Cloud API](https://developer.atlassian.com/cloud/jira/software/rest/intro/), [Jira ServiceDesk Cloud API](https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/) very easily.
14+
Jira.js is a powerful [Node.JS](https://nodejs.org/) / Browser module that allows you to interact with the [Jira Cloud API](https://developer.atlassian.com/cloud/jira/platform/rest/), [Jira Agile Cloud API](https://developer.atlassian.com/cloud/jira/software/rest/intro/), [Jira ServiceDesk Cloud API](https://developer.atlassian.com/cloud/jira/service-desk/rest/intro/) very easily.
1515

1616
Usability, consistency, and performance are key focuses of jira.js, and it also has nearly 100% coverage of the Jira API. It receives new Jira features shortly after they arrive in the API.
1717

18-
## Table of contents
18+
## Table of Contents
1919

2020
- [Installation](#installation)
2121
- [Documentation](#documentation)
@@ -53,11 +53,11 @@ You can find the documentation [here](https://mrrefactoring.github.io/jira.js/).
5353

5454
#### Authentication
5555

56-
There are several types of authentication to gain access to the Jira API. Let's take a look at a few of them below
56+
There are several types of authentication to gain access to the Jira API. Let's take a look at a few of them below:
5757

5858
##### [Basic authentication](https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/)
5959

60-
Basic authentication allows you to log in with credentials. You can use username and password, but this login method is not supported in the online version and most standalone versions, so it's better to release API Token, read how to do it [here](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/), and use it together with email.
60+
Basic authentication allows you to log in with credentials. You can use username and password, but this login method is not supported in the online version and most standalone versions, so it's better to release API Token. Read how to do it [here](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) and use it together with email.
6161

6262
Username and password example:
6363

0 commit comments

Comments
 (0)