From 83d52b3723296893c2ea8c896d68f8e6f9b31530 Mon Sep 17 00:00:00 2001 From: Lee <55557130+lee-133@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:38:12 -0600 Subject: [PATCH] Update test-configuration-options.md Under appium:appTimeZone, line 883, there was a text formatting issue: f or more details. Updated to: for more details. --- docs/dev/test-configuration-options.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/dev/test-configuration-options.md b/docs/dev/test-configuration-options.md index ddd5765483..a050d48edb 100644 --- a/docs/dev/test-configuration-options.md +++ b/docs/dev/test-configuration-options.md @@ -880,8 +880,7 @@ Using Appium 2? Prevent `appium:`-prefix repetitiveness and start using [`appium Defines the custom time zone override for the application under test. You can use `UTC`, `PST`, `EST`, as well as place-based timezone names such as `America/Los_Angeles`. -See [the list of available time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) f -or more details. The same behavior could be achieved by providing a custom +See [the list of available time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for more details. The same behavior could be achieved by providing a custom value to the `TZ` environment variable via the `appium:processArguments` capability. :::note