Skip to content

Commit bf9af30

Browse files
authored
[google_sign_in_web] README.md typo (flutter#6642)
This PR has changes to a typo in the README.md in [google_sign_in_web](https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web) List of Issues fixed: - Typo in README.md of [google_sign_in_web](https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web)
1 parent 747340b commit bf9af30

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.4+1
2+
3+
* Fixes README.md typo.
4+
15
## 0.12.4
26

37
* Updates dependencies to `web: ^0.5.0` and `google_identity_services_web: ^0.3.1`.

packages/google_sign_in/google_sign_in_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugin required a major version update.
1818

1919
The **Google Sign-In JavaScript for Web JS SDK** is set to be deprecated after
2020
March 31, 2023. **Google Identity Services (GIS) SDK** is the new solution to
21-
quickly and easily sign users into your app suing their Google accounts.
21+
quickly and easily sign users into your app using their Google accounts.
2222

2323
* In the GIS SDK, Authentication and Authorization are now two separate concerns.
2424
* Authentication (information about the current user) flows will not

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android, iOS and Web.
44
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_web
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 0.12.4
6+
version: 0.12.4+1
77

88
environment:
99
sdk: ^3.3.0

0 commit comments

Comments
 (0)