Skip to content

Commit ae28e9a

Browse files
fix typo
1 parent 8729902 commit ae28e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration-guides/sfa-flutter-v5-to-v6.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ In v6, the `aggregateVerifier` is replaced with `subVerifierInfoArray`. The `sub
8181
can be used to pass the sub verifier details when using an aggregate verifier.
8282

8383
Earlier, while using an aggregate verifier, the `verifier` was used to pass the sub verifier name.
84-
After v6, the `verifier` will take the aggregate verifier name, and sub verifier details can be pass
85-
in `subVerifierInfoArray`.
84+
After v6, the `verifier` will take the aggregate verifier name, and sub verifier details can be
85+
passed in `subVerifierInfoArray`.
8686

8787
```dart
8888
final loginParams = LoginParams(

0 commit comments

Comments
 (0)