diff --git a/documentation/sandboxing/index.md b/documentation/sandboxing/index.md index 8381ecd..1bc9faa 100644 --- a/documentation/sandboxing/index.md +++ b/documentation/sandboxing/index.md @@ -86,4 +86,4 @@ If you do not sandbox your application, we do not recommend using Sparkle's XPC ### Testing -If Xcode has issues running your application using Sparkle and its XPC Services (such as being unable to attach to the process), try editing your project's Scheme and disable *Debug XPC services used by app* or test your application detatched from Xcode to see if it works there. This is an issue because the XPC Services are currently being built with the Hardened Runtime enabled which normally disallows a debugger to attach to them. +If Xcode has issues running your application using Sparkle and its XPC Services (such as being unable to attach to the process), try editing your project's Scheme and disable *Debug XPC services used by app* or test your application detached from Xcode to see if it works there. This is an issue because the XPC Services are currently being built with the Hardened Runtime enabled which normally disallows a debugger to attach to them.