diff --git a/_contentTemplates/common/pager-settings.md b/_contentTemplates/common/pager-settings.md
index 61cbce8da..e0e1800fb 100644
--- a/_contentTemplates/common/pager-settings.md
+++ b/_contentTemplates/common/pager-settings.md
@@ -4,7 +4,7 @@
| Attribute | Type and Default Value | Description |
|----------|----------|----------|
-|`Adaptive` | `bool`
(`true`) | Whether pager elements should change based on the screen size. When enabled, the Pager will hide its `Pager Info` and `PageSize Dropdownlist` if they cannot fit in the available space. In the smallest resolution, the page buttons will be rendered as a select element.
+|`Responsive` | `bool`
(`true`) | Whether pager elements should change based on the screen size. When enabled, the Pager will hide its `Pager Info` and `PageSize Dropdownlist` if they cannot fit in the available space. In the smallest resolution, the page buttons will be rendered as a select element.
|`ButtonCount` | `int`
(10) | The maximum number of page buttons that will be visible. To take effect, `ButtonCount` must be smaller than the page count (`ButtonCount < Total / PageSize`).
| `InputType` | `PagerInputType`
(`Buttons`) | Whether the pager will show numeric buttons to go to a specific page, or a textbox to type the page index. The arrow buttons are always visible. The `PagerInputType` enum accepts values `Buttons` or `Input`. When `Input` is used, the page index will change when the textbox is blurred, or when the user hits Enter. This is to avoid unintentional data requests.
| `PageSizes` | `List` | Allows users to change the page size via a DropDownList. The attribute configures the DropDownList options. A `null` item in the `PageSizes` `List` will render an "All" option. By default, the Pager DropDownList is not displayed. You can also set `PageSizes` to `null` programmatically to remove the DropDownList at any time.