Skip to content

Commit 014f7b2

Browse files
authored
Merge pull request #334 from DmitryFrishbuter/readme-patch
Fix typos in README.md
2 parents 30ffc27 + 0f6e3ea commit 014f7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Setting `liveBlurEnabled` to true, that is enabling realtime updates of the back
278278

279279
## Button Appearance Settings
280280

281-
The standard button classes available are `DefaultButton`, `CancelButton` and `DestructiveButton`. All buttons feature the same appearance settings and can be styled seperately.
281+
The standard button classes available are `DefaultButton`, `CancelButton` and `DestructiveButton`. All buttons feature the same appearance settings and can be styled separately.
282282

283283
```swift
284284
var buttonAppearance = DefaultButton.appearance()
@@ -298,7 +298,7 @@ CancelButton.appearance().titleColor = .lightGray
298298
DestructiveButton.appearance().titleColor = .red
299299
```
300300

301-
Moreover, you can create a custom button by subclassing `PopupDialogButton`. The following example creates a solid blue button, featuring a bold white title font. Separators are invisble.
301+
Moreover, you can create a custom button by subclassing `PopupDialogButton`. The following example creates a solid blue button, featuring a bold white title font. Separators are invisible.
302302

303303
```swift
304304
public final class SolidBlueButton: PopupDialogButton {
@@ -376,7 +376,7 @@ Rotation and all screen sizes are supported. However, the dialog will never exce
376376

377377
# Working with text fields
378378

379-
If you are using text fields in your custom view controller, popup dialog makes sure that the dialog is positioned above the keybord whenever it appears. You can opt out of this behaviour by setting `keyboardShiftsView` to false on a PopupDialog.
379+
If you are using text fields in your custom view controller, popup dialog makes sure that the dialog is positioned above the keyboard whenever it appears. You can opt out of this behaviour by setting `keyboardShiftsView` to false on a PopupDialog.
380380

381381
# Testing
382382

0 commit comments

Comments
 (0)