Skip to content

Commit

Permalink
Fix typo in README.md (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanekay authored Jan 9, 2024
1 parent 18e965f commit 5bb974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5bb974a

Please sign in to comment.