From 1daacb24938d4ab7c6fab2e1c81cd04f1ed03d54 Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Thu, 29 Feb 2024 15:21:35 +0100 Subject: [PATCH] Fixed typo in NSLocationAlwaysAndWhenInUseUsageDescription on README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c305f1f..8c19bff 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Core Location supports different usage strings for each access level. You must i | Usage key | Required when: | |-----------------------------------------------------------|----------------------------------------------------------------------------------| | `NSLocationWhenInUseUsageDescription` | The app requests When in Use or Always authorization. | -| `NSLocationAlwaysAndWhenInUseUsagDescription` | The app requests Always authorization. | +| `NSLocationAlwaysAndWhenInUseUsageDescription` | The app requests Always authorization. | | `NSLocationTemporaryUsageDescriptionDictionary` | Used when you want to temporary extend the precision of your authorization level | | | |