Skip to content

Commit 0454d51

Browse files
authored
Update README.md
1 parent 19788d3 commit 0454d51

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
@@ -126,10 +126,10 @@ Linking the package manually is not required anymore with [Autolinking](https://
126126
Methods | Action
127127
------------- | ------
128128
`open` | Opens the url with Safari in a modal on iOS using **SFSafariViewController**, and Chrome in a new custom tab on Android. On iOS, the modal Safari will not share cookies with the system Safari.
129-
`close` | Dismisses the system's presented web browser
129+
`close` | Dismisses the system's presented web browser.
130130
`openAuth` | Opens the url with Safari in a modal on iOS using **SFAuthenticationSession/ASWebAuthenticationSession**, and Chrome in a new custom tab on Android. On iOS, the user will be asked whether to allow the app to authenticate using the given url **(OAuth flow with deep linking redirection)**.
131-
`closeAuth` | Dismisses the current authentication session
132-
`isAvailable` | Detect if the device supports this plugin
131+
`closeAuth` | Dismisses the current authentication session.
132+
`isAvailable` | Detect if the device supports this plugin.
133133
134134
### iOS Options
135135

0 commit comments

Comments
 (0)