Skip to content

Commit da2c43c

Browse files
authored
docs(readme): fix typo of "map apps" to "mail apps"
1 parent cd2bc4f commit da2c43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
---
88

9-
An easy way to open an email app of the user's choice, based on the apps they have installed
9+
An easy way to open an email app of the user's choice, based on the mail apps they have installed
1010
on their device. Very helpful for magic link logins.
1111

1212
Currently supported apps:
@@ -43,7 +43,7 @@ Based on the platforms your app supports, you also need to:
4343

4444
To allow your app to detect if any of the mailbox apps are installed, an extra step is required on iOS. Your app needs to provide the `LSApplicationQueriesSchemes` key inside `ios/{my-project}/Info.plist` to specify the URL schemes with which the app can interact.
4545

46-
Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the maps apps installed by the user.
46+
Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the mail apps installed by the user.
4747

4848
```xml
4949
<key>LSApplicationQueriesSchemes</key>

0 commit comments

Comments
 (0)