From 1af46903f8b7ed30fddbc586915a0ceaedf0a28f Mon Sep 17 00:00:00 2001 From: orangepanda83 <165642881+orangepanda83@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:57:14 +0300 Subject: [PATCH] Fix typo in database/integration_test/readme.md --- database/integration_test/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/integration_test/readme.md b/database/integration_test/readme.md index 6b9efa6fcd..24f677cdfc 100644 --- a/database/integration_test/readme.md +++ b/database/integration_test/readme.md @@ -85,7 +85,7 @@ Building and Running the integration test the build settings. Scroll down to "Search Paths", and add your path to "Framework Search Paths". - In XCode, build & run the sample on an iOS device or simulator. - - The integration test has no interativity. The output of the app can be + - The integration test has no interactivity. The output of the app can be viewed via the console or on the device's display. In Xcode, select "View --> Debug Area --> Activate Console" from the menu to view the console.