Development

#4143 (Typos in 1_1 Chapter 11, JSON)

You must first sign up to be able to contribute.

Ticket #4143 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Typos in 1_1 Chapter 11, JSON

Reported by: caponica Assigned to: fabien
Priority: minor Milestone: 1.1.2
Component: other Version: 1.1.0
Keywords: Cc:
Qualification: Unreviewed

Description

After listing 11-28 it says:
The complete callback has access the ajax response and can pass it to a third-party function.

It should say:
The complete callback has access to the ajax response and can pass it to a third-party function.

---

After listing 11-29 it says:
Using the application/json content type allows Prototype to automatically evaluate the JSON passed as body of the response, which is preferred as of returning it via the header, because...

I think is should be:
Using the application/json content type allows Prototype to automatically evaluate the JSON passed as the body of the response, which is preferred to returning it via the header, because...

---

In the yellow box it says:
These facilitate the integration of JSON arrays and Ajax in general. This would enable to use of a more PHP like code:

I think it should be:
These facilitate the integration of JSON arrays and Ajax in general. This would enable the use of more PHP like code:

or even:
These facilitate the integration of JSON arrays (and Ajax in general) and enable the use of more readable native PHP code:

Change History

08/07/08 08:52:05 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [10729]) [doc] [1.1, 1.2] fixed typos (closes #4143)

08/07/08 08:52:41 changed by fabien

  • milestone set to 1.1.2.