Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit efad291

Browse files
ditmanmdebbar
andcommitted
Fix typo in create_jwt.dart
Co-authored-by: Mouad Debbar <[email protected]>
1 parent 3e47d6e commit efad291

File tree

1 file changed

+1
-1
lines changed
  • packages/google_sign_in/google_sign_in_web/example/integration_test/src

1 file changed

+1
-1
lines changed

packages/google_sign_in/google_sign_in_web/example/integration_test/src/create_jwt.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:jose/jose.dart';
99

1010
import 'jsify_as.dart';
1111

12-
/// Wraps a key-value map of [claims] in a JWT token similar GIS'.
12+
/// Wraps a key-value map of [claims] in a JWT token similar to GIS'.
1313
///
1414
/// Note that the encryption of this token is weak, and this method should
1515
/// only be used for tests!

0 commit comments

Comments
 (0)