From 598ce7364668712cbbfaf15eaa80f97ac683fa21 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Tue, 26 Aug 2025 16:32:08 -0700 Subject: [PATCH] [office-js-preview] (Word) Fix typo (#73551) --- types/office-js-preview/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 9f81b29de46f3b..213d67ad9dee73 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -114731,7 +114731,7 @@ declare namespace Word { toJSON(): Word.Interfaces.RevisionsFilterData; } /** - * Represents a single item in a {@link Word.RepeatingSectionControlControl}. + * Represents a single item in a {@link Word.RepeatingSectionContentControl}. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)] @@ -157240,7 +157240,7 @@ declare namespace Word { view?: boolean; } /** - * Represents a single item in a {@link Word.RepeatingSectionControlControl}. + * Represents a single item in a {@link Word.RepeatingSectionContentControl}. * * @remarks * [Api set: WordApi BETA (PREVIEW ONLY)]