From 095fa5874452272d9ea896c356bd6ac38cb915e8 Mon Sep 17 00:00:00 2001 From: silvermanj7 Date: Fri, 28 Oct 2016 06:41:47 -0400 Subject: [PATCH 1/2] 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. --- views/md/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/md/introduction.md b/views/md/introduction.md index 7cb83104..c27db0cb 100755 --- a/views/md/introduction.md +++ b/views/md/introduction.md @@ -5,7 +5,7 @@ JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html Let's explain some concepts of this definition further. -- **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. +- **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. - **Self-contained**: The payload contains all the required information about the user, avoiding the need to query the database more than once. From 7e68ae7da0bf42da8f1908ca1242f58e695aef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Wed, 4 Jan 2017 23:14:56 -0300 Subject: [PATCH 2/2] Grammar fix --- views/md/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/md/introduction.md b/views/md/introduction.md index c27db0cb..f0687ac9 100755 --- a/views/md/introduction.md +++ b/views/md/introduction.md @@ -5,7 +5,7 @@ JSON Web Token (JWT) is an open standard ([RFC 7519](https://tools.ietf.org/html Let's explain some concepts of this definition further. -- **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. +- **Compact**: Because of their smaller size, JWTs can be sent through a URL, POST parameter, or inside an HTTP header. Additionally, the smaller size means transmission is fast. - **Self-contained**: The payload contains all the required information about the user, avoiding the need to query the database more than once.