Descripción:
While reviewing the CakePHP2 documentation, I noticed that the “Helpers” section on page 409 appears duplicated consecutively.
The following block is repeated twice without any apparent reason:
Helpers
CakePHP features a number of helpers that aid in view creation. They assist in creating well-formed markup (including forms), aid in formatting text, times and numbers, and can even integrate with popular JavaScript libraries. Here is a summary of the built-in helpers.
Read Helpers to learn more about helpers, their API, and how you can create and use your own helpers.
Additionally, I am attaching a screenshot where the duplication can be clearly seen.
Suggested fix:
Remove the duplicated paragraph block so the section is displayed only once.

Descripción:
While reviewing the CakePHP2 documentation, I noticed that the “Helpers” section on page 409 appears duplicated consecutively.
The following block is repeated twice without any apparent reason:
Helpers
CakePHP features a number of helpers that aid in view creation. They assist in creating well-formed markup (including forms), aid in formatting text, times and numbers, and can even integrate with popular JavaScript libraries. Here is a summary of the built-in helpers.
Read Helpers to learn more about helpers, their API, and how you can create and use your own helpers.
Additionally, I am attaching a screenshot where the duplication can be clearly seen.
Suggested fix:
Remove the duplicated paragraph block so the section is displayed only once.