From da50b4c72c2c9547c0c579954d8044e370bbb30d Mon Sep 17 00:00:00 2001 From: ltsyk Date: Thu, 30 Jul 2026 07:54:56 +0800 Subject: [PATCH] docs: fix typos in project documentation Fix documentation typos: occured->occurred (x1) --- INTRO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTRO.md b/INTRO.md index c3b7e974..7009c434 100644 --- a/INTRO.md +++ b/INTRO.md @@ -50,7 +50,7 @@ This is the more difficult part of injection to realise. You can have the new fuction implementtions loaded and rebound but you won't see any change in the appearance on the screen until that new code is called. With SwiftUI the esiest way to do this is to have an observed instance variable on your View -struct that changes when an injection has occured. There is code to do this in +struct that changes when an injection has occurred. There is code to do this in the HotSwiftUI and Inject packages if you add an @ObserveInjection property wrapper to the View struct. It's a little more complicated for legacy UIViewController subclasses and what needs to happen generally is