Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
[1]: http://www.bennadel.com