Skip to content

Commit 8d090a9

Browse files
committed
Fix typo in doc
1 parent e2b315b commit 8d090a9

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
@@ -122,7 +122,7 @@ Alternative on iOS you can perform setup in `AppDelegate.m`. Doing this allows c
122122
- `supportsVideo`: boolean (optional)
123123
If provided, whether or not the application supports video calling (Default: true)
124124
- `displayCallReachabilityTimeout`: number in ms (optional)
125-
If provided, starts a timeout that check if the application is reachable and end the call if not (Default: null)
125+
If provided, starts a timeout that checks if the application is reachable and ends the call if not (Default: null)
126126
You'll have to call `setReachable()` as soon as your Javascript application is started.
127127
- `android`: object
128128
- `alertTitle`: string (required)
@@ -143,12 +143,12 @@ Alternative on iOS you can perform setup in `AppDelegate.m`. Doing this allows c
143143
- `selfManaged`: boolean (optional)
144144
When set to true, call keep will configure itself to run as a self managed connection service. This is an advanced topic, and it's best to refer to [Googles Documentation](https://developer.android.com/guide/topics/connectivity/telecom/selfManaged) on the matter.
145145
- `displayCallReachabilityTimeout`: number in ms (optional)
146-
If provided, starts a timeout that check if the application is reachable and end the call if not (Default: null)
146+
If provided, starts a timeout that checks if the application is reachable and ends the call if not (Default: null)
147147
You'll have to call `setReachable()` as soon as your Javascript application is started.
148148
149149
`setup` calls internally `registerPhoneAccount`, `registerEvents` and `setSettings`.
150150
151-
You can alternatively just call `setSettings()` with the same option as setup to define only your settings.
151+
You can alternatively just call `setSettings()` with the same option as `setup()` to define only your settings.
152152
153153
# Constants
154154

0 commit comments

Comments
 (0)