Development

#4144 (Typos in 1_1 Chapter 12)

You must first sign up to be able to contribute.

Ticket #4144 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Typos in 1_1 Chapter 12

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

Description

In the Caching a Template Fragment section it says:
If a cached version of the fragment named 'users' is found, it is used to replace the code between the and the lines.

Perhaps this should be:
If a cached version of the fragment named 'users' is found, it is used to replace the code between these lines.

---

In the fourth code block of the Clearing several cache parts at once (new in symfony 1.1) section it says:
... // Remove for all user records for the current host
... // Remove for all user records for the host life.askeet.com
... // Remove for all user records for every hosts

This doesn't read right and I think it should be written something like this:
... // Remove all user records for the current host
... // Remove all user records for the host life.askeet.com
... // Remove all user records for every host

Change History

08/07/08 08:55:37 changed by fabien

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

(In [10730]) [doc] [1.1, 1.2] fixed typos (closes #4144)

08/07/08 08:55:48 changed by fabien

  • milestone set to 1.1.2.