From e12a3774e0056438a1e01f11f3e3ea08e87cb4cb Mon Sep 17 00:00:00 2001 From: Vito Date: Tue, 13 Mar 2018 11:18:42 +0000 Subject: [PATCH] [ADF-2443] fixed documentation (#3066) --- docs/user-preferences.service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-preferences.service.md b/docs/user-preferences.service.md index 747798090b..43466aebc2 100644 --- a/docs/user-preferences.service.md +++ b/docs/user-preferences.service.md @@ -25,7 +25,7 @@ Stores preferences for components. - `getPropertyKey(property: string): string` Gets the full property key with prefix. - `property` - The property name -- `getDifferentPageSizes(): number[]` +- `getDefaultPageSizes(): number[]` Gets an array containing the available page sizes. - `getDefaultLocale(): string`