From c10e4285872d981fba311c07fe7b81c68478bc3b Mon Sep 17 00:00:00 2001 From: Ricky Kirkham Date: Mon, 4 Jun 2018 14:50:11 -0700 Subject: [PATCH] Office.js typo fix --- 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 9f8ea6d923..8e62f6d8f8 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -475,7 +475,7 @@ declare namespace Office { /** * Provides a method for determining what requirement sets are supported on the current host and platform. */ - requirements: RequirmentSetSupport; + requirements: RequirementSetSupport; /** * Gets an object that represents the custom settings or state of a mail add-in saved to a user's mailbox. * @@ -588,7 +588,7 @@ declare namespace Office { /** * Provides information about what Requirement Sets are supported in current environment. */ - interface RequirmentSetSupport { + interface RequirementSetSupport { /** * Check if the specified requirement set is supported by the host Office application. * @param name - Set name; e.g., "MatrixBindings".