Skip to content

Commit df105a7

Browse files
authored
Fix typo in README.md (#18)
1 parent 26c0c91 commit df105a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
This package give you the ability to observe changes to keyboard state using the `Keyboard` `ObservableObject` type.
2424

25-
It also provides a `KeyboardObservingView` that adjusts it's content to avoid the keyboard, and a `.keyboardObserving()` ViewModifier that adjusts the modified view to avoid the keyboard.
25+
It also provides a `KeyboardObservingView` that adjusts its content to avoid the keyboard, and a `.keyboardObserving()` ViewModifier that adjusts the modified view to avoid the keyboard.
2626

2727
![Demo](./images/demo.gif)
2828

0 commit comments

Comments
 (0)