Skip to content

Commit

Permalink
office-js office-js-preview description fix (#51251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Kirkham committed Feb 16, 2021
1 parent edb6c85 commit 0ba05ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions types/office-js-preview/index.d.ts
Expand Up @@ -1205,11 +1205,11 @@ declare namespace Office {
*/
interface DialogOptions {
/**
* Defines the width of the dialog as a percentage of the current display. Defaults to 80%. 250px minimum.
* Defines the height of the dialog as a percentage of the current display. Defaults to 80%. 250px minimum.
*/
height?: number,
/**
* Defines the height of the dialog as a percentage of the current display. Defaults to 80%. 150px minimum.
* Defines the width of the dialog as a percentage of the current display. Defaults to 80%. 150px minimum.
*/
width?: number,
/**
Expand Down
4 changes: 2 additions & 2 deletions types/office-js/index.d.ts
Expand Up @@ -1184,11 +1184,11 @@ declare namespace Office {
*/
interface DialogOptions {
/**
* Defines the width of the dialog as a percentage of the current display. Defaults to 80%. 250px minimum.
* Defines the height of the dialog as a percentage of the current display. Defaults to 80%. 250px minimum.
*/
height?: number,
/**
* Defines the height of the dialog as a percentage of the current display. Defaults to 80%. 150px minimum.
* Defines the width of the dialog as a percentage of the current display. Defaults to 80%. 150px minimum.
*/
width?: number,
/**
Expand Down

0 comments on commit 0ba05ca

Please sign in to comment.