From dd6d69fc69e267360519d8f9430906e842cb3721 Mon Sep 17 00:00:00 2001 From: mwakizaka <21286384+mwakizaka@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:44:35 +0900 Subject: [PATCH] fix: improve type comment ref: https://github.com/appium/appium-ios-simulator/pull/404#discussion_r1404126874 --- lib/simulator-xcode-9.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/simulator-xcode-9.js b/lib/simulator-xcode-9.js index 19414a7..042014c 100644 --- a/lib/simulator-xcode-9.js +++ b/lib/simulator-xcode-9.js @@ -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 */ /**