[local_auth] docs update (#3103)

Fixes incorrect reference to Touch ID rather than Face ID
diff --git a/packages/local_auth/CHANGELOG.md b/packages/local_auth/CHANGELOG.md
index f6c3848..9256cb8 100644
--- a/packages/local_auth/CHANGELOG.md
+++ b/packages/local_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.1.5
+
+* Updated grammatical errors and inaccurate information in README.
+
 ## 1.1.4
 
 * Add debug assertion that `localizedReason` in `LocalAuthentication.authenticateWithBiometrics`  must not be empty.
diff --git a/packages/local_auth/README.md b/packages/local_auth/README.md
index 80820d7..84470c6 100644
--- a/packages/local_auth/README.md
+++ b/packages/local_auth/README.md
@@ -136,7 +136,7 @@
 
 ## iOS Integration
 
-Note that this plugin works with both TouchID and FaceID. However, to use the latter,
+Note that this plugin works with both Touch ID and Face ID. However, to use the latter,
 you need to also add:
 
 ```xml
@@ -145,7 +145,7 @@
 ```
 
 to your Info.plist file. Failure to do so results in a dialog that tells the user your
-app has not been updated to use TouchID.
+app has not been updated to use Face ID.
 
 ## Android Integration
 
diff --git a/packages/local_auth/pubspec.yaml b/packages/local_auth/pubspec.yaml
index eccc2f8..3b59bab 100644
--- a/packages/local_auth/pubspec.yaml
+++ b/packages/local_auth/pubspec.yaml
@@ -2,7 +2,7 @@
 description: Flutter plugin for Android and iOS devices to allow local
   authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
 homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
-version: 1.1.4
+version: 1.1.5
 
 flutter:
   plugin: