Skip to content

Commit 095fa58

Browse files
authored
Grammar error
In the first paragraph, "What is JSON Web Token?", change "an" to "a" before the word "URL." According to Ivy Wigmore, "Although the 'U' at the beginning of 'URL' is a vowel, the abbreviation is pronounced 'you-are-ell.' Because the letter 'Y' is a consonant in this case, use 'a' rather than 'an.'" @url: http://itknowledgeexchange.techtarget.com/writing-for-business/which-is-correct-a-url-or-an-url/ Please apply this very basic grammatical logic when writing articles in the future.
1 parent da2b68a commit 095fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html
55

66
Let's explain some concepts of this definition further.
77

8-
- **Compact**: Because of its smaller size, JWTs can be sent through an URL, POST parameter, or inside an HTTP header. Additionally, the smaller size means transmission is fast.
8+
- **Compact**: Because of its smaller size, JWTs can be sent through a URL, POST parameter, or inside an HTTP header. Additionally, the smaller size means transmission is fast.
99

1010
- **Self-contained**: The payload contains all the required information about the user, avoiding the need to query the database more than once.
1111

0 commit comments

Comments
 (0)