Commit 4e9832d1 authored by Anoop Singh's avatar Anoop Singh Committed by Dan Greenman
Browse files

Issue #3312608 by anoopsingh92: Typing errors and grammatical mistakes in the README.md

parent 0a0c89c0
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ You must ensure that your text formats and editors allow
your page break placeholder.
Default is: 
    <!--pagebreak-->
There are CKEditor modules to enabled manual pagebreak insertion.
There are CKEditor modules to enable manual pagebreak insertion.

To enable paging on your field visit the Manage display options in your entity
field settings, ie.:
@@ -43,7 +43,7 @@ Ajax pager results currently use the "Full page" view to return results,
falling back to the "Default" view when not found. 
Which is often the case with entities such as comments.

The pager ID's are automatically incremented from the setting defined 
The pager IDs are automatically incremented from the setting defined 
in the field options when multiple entities using paged fields are 
displayed on the same page.
Reserve your highest pager ID settings for your field in this scenario.
@@ -51,7 +51,7 @@ Reserve your highest pager ID settings for your field in this scenario.
Recommended modules
-------------------
* [Ajax comments](https://www.drupal.org/project/ajax_comments)
* [Comment ajax pager](https://www.drupal.org/project/ajax_comments)
* [Comment ajax pager](https://www.drupal.org/project/comment_ajax_pager)
* [Pagerer](https://www.drupal.org/project/pagerer)

Technical description
@@ -61,14 +61,15 @@ The algorithms are designed to split complicated HTML markup smartly ie.:
    <div class="text-important">
      <p class="info">
        Long content paragraph... 
    <!--pagebreak-->
      Continuation of long content paragraph.
        <!--Pagebreak-->
        Continuation of the long content paragraph.
      </p>
      <ul class="text-note">
        <li>List #1</li>
        <li>Long list #2...
     <!--pagebreak-->
        Continuation of long list #2</li>
          <!--Pagebreak-->
          Continuation of long list #2
        </li>
        <li>List #3</li>
      </ul>
    </div>
@@ -83,7 +84,7 @@ The algorithms are designed to split complicated HTML markup smartly ie.:
    ------------Page 1------------
    <div class="text-important">
      <p class="info">
      Continuation of long content paragraph.
        Continuation of the long content paragraph.
      </p>
      <ul class="text-note">
        <li>List #1</li>
@@ -93,7 +94,7 @@ The algorithms are designed to split complicated HTML markup smartly ie.:
    ------------Page 2------------
    <div class="text-important">
      <ul class="text-note">
        <li>Continuation of long list #2</li>
        <li>Continuation of the long list #2</li>
        <li>List #3</li>
      </ul>
    </div>
@@ -102,7 +103,8 @@ The algorithms are designed to split complicated HTML markup smartly ie.:
Support
-------
Please use the issue queue for filing bugs with this module at:
[http://drupal.org/project/issues/field_longtext_pager](http://drupal.org/project/issues/field_longtext_pager)
[http://drupal.org/project/issues/field_longtext_pager]
(http://drupal.org/project/issues/field_longtext_pager)

Author and maintainer
---------------------