Skip to content

Commit

Permalink
fix: improve type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwakizaka committed Nov 24, 2023
1 parent a29b08d commit dd6d69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/simulator-xcode-9.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ class SimulatorXcode9 extends SimulatorXcode8 {
/**
* @typedef {Object} LanguageOptions
* @property {string} name The name of the language, for example `de` or `zh-Hant-CN`
* @property {boolean} skipSyncUiDialogTranslation skip sync UI dialog translation when true
* @property {boolean} [skipSyncUiDialogTranslation] no Simulator services will be reset if this option is set to true.
* See https://github.com/appium/appium/issues/19440 for more details
*/

/**
Expand Down

0 comments on commit dd6d69f

Please sign in to comment.