Skip to content

Commit 0f802ae

Browse files
docs: fix typo in README.md
1 parent 6db27ae commit 0f802ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ viewController.horizontalInset = 0
125125
Defines whether to dismiss emoji picker or not after choosing. The default value of this property is `true`.
126126

127127
```swift
128-
viewController.isDismissAfterChoosing = true
128+
viewController.isDismissedAfterChoosing = true
129129
```
130130

131131
### Custom height
@@ -151,7 +151,7 @@ viewController.feedbackGeneratorStyle = .soft
151151
- [x] Segmented control for jumping an emoji section
152152
- [x] Automatic adjustment of the relevant set of emoji for the iOS version
153153
- [ ] Select skin tones from popup
154-
- [ ] Seach bar and search results
154+
- [ ] Search bar and search results
155155
- [ ] Recently used
156156

157157
## Localization

0 commit comments

Comments
 (0)