From 5646d29629b02232640aac6abf8e43b5c1abc1d6 Mon Sep 17 00:00:00 2001 From: Andrew Mills Date: Sat, 12 Jan 2019 20:43:00 -0500 Subject: [PATCH] Correct wording re: JS being case sensitive. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6577e51..373fb03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ by [Ben Nadel][1] ColdFusion is a case insensitive language. However, it often has to communicate -with languages, like JavaScript, that are not case sensitive. During the data +with languages, like JavaScript, which are case sensitive. During the data serialization workflow, this mismatch of casing can cause a lot of headaches, especially when ColdFusion is your API-back-end to a rich-client JavaScript front-end application. @@ -41,4 +41,4 @@ usually returns a top-level struct / hash-map that defines the API result. This is why the serialization process is driven by the name of keys. -[1]: http://www.bennadel.com \ No newline at end of file +[1]: http://www.bennadel.com