From fab47043f4d3825fa06e5f03f277463223fae66f Mon Sep 17 00:00:00 2001 From: dacharyc Date: Tue, 13 Aug 2024 13:00:54 -0400 Subject: [PATCH] Oops anotehr build error --- source/frameworks/swiftui/configure-and-open-database.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frameworks/swiftui/configure-and-open-database.txt b/source/frameworks/swiftui/configure-and-open-database.txt index 0f2ba663a2..8d0d61f0d7 100644 --- a/source/frameworks/swiftui/configure-and-open-database.txt +++ b/source/frameworks/swiftui/configure-and-open-database.txt @@ -79,7 +79,7 @@ The main difference between these property wrappers is whether the user must be online: - To download updates from your Atlas App Services app before opening a database, - use the :ref:`@AsyncOpen <_swiftui-async-open-synced-database>` property wrapper. + use the :ref:`@AsyncOpen ` property wrapper. This requires the user to have a network connection. - To open a synced database regardless of whether the user has a network connection, use the :ref:`@AutoOpen `