From 49e1c1d7a858aec82db46319337c0f93fa00713f Mon Sep 17 00:00:00 2001 From: Alex Jerabek Date: Wed, 20 Jun 2018 10:23:08 -0700 Subject: [PATCH] Removing erroneous text --- types/office-js/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index c8cb56fa16..eea1cd2bb0 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -13588,12 +13588,12 @@ declare namespace OfficeExtension { */ expand?: string | string[]; /** - * Only usable on collection types. Specifies the maximum number of collection items that can be included in the result. + * Only usable on collection types. Specifies the maximum number of collection items that can be included in the result. */ top?: number; /** * Only usable on collection types. Specifies the number of items in the collection that are to be skipped and not included in the result. If top is specified, the result set will start after skipping the specified number of items. - */ + */ skip?: number; } /**