From 83283cb5221babb62c19f761ff0f15e680e4e9d6 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sun, 29 Dec 2024 16:53:12 +1300 Subject: [PATCH] Fix typo --- Documentation/Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Manual.md b/Documentation/Manual.md index 53686246..b222b99d 100644 --- a/Documentation/Manual.md +++ b/Documentation/Manual.md @@ -353,7 +353,7 @@ It is strongly recommended that projects adopting SafeDI start their migration b ## Example Application -We’ve tied everything together with an example multi-user notes application backed by SwiftUI. You compile and run this code in Xcode in the included [ExampleProjectIntegration](../Examples/ExampleProjectIntegration) project. +We’ve tied everything together with an example multi-user notes application backed by SwiftUI. You can compile and run this code in Xcode in the included [ExampleProjectIntegration](../Examples/ExampleProjectIntegration) project. ## Under the hood