From 5ce8dfdcb57ca961ffc11795d32c756ce703ab3c Mon Sep 17 00:00:00 2001 From: GGIEnrike <52293637+GGIEnrike@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:00:06 +0100 Subject: [PATCH] docs: Change factuality and word choice in app.runningUnderARM64Translation (#36947) Change factuality and word choice. Added "or WOW" to the phrase, "when they are running the x64 version under Rosetta", to reflect the use of a supported platform, Windows, as a possible scenario. Changed the wording of that same sentence to make it appear clearer. "incorrectly" to "mistakenly" and moved this word to before the verb instead of the end of the sentence. --- docs/api/app.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 41ad057faa8a..1fd26f68398d 100755 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -1566,5 +1566,4 @@ an ARM64 translator (like the macOS or Windows [WOW](https://en.wikipedia.org/wiki/Windows_on_Windows)). You can use this property to prompt users to download the arm64 version of -your application when they are running the x64 version under Rosetta -incorrectly. +your application when they are mistakenly running the x64 version under Rosetta or WOW.