diff --git a/README.md b/README.md index 2700a9b1..a54a0ad0 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ struct ContentView: View { } ``` -Bear in mind this should be used cautiosly, and with full knowledge that any future OS version might break the expected introspection types unless explicitly available. For instance, if in the example above hypothetically iOS 18 stops using UIScrollView under the hood, the customization closure will never be called on said platform. +Bear in mind this should be used cautiously, and with full knowledge that any future OS version might break the expected introspection types unless explicitly available. For instance, if in the example above hypothetically iOS 18 stops using UIScrollView under the hood, the customization closure will never be called on said platform. ### Keep instances outside the customize closure