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

small gramatic fix ) #27

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static Optional<Account> retrieveAccountGmail(AccountProvider accountProv

/**
* Retrieves account using {@link AccountProvider} and fallbackProvider. In case main provider does not provide an
* {@link Account} then account should ge retrieved from fallbackProvider. In case both provider returns no account
* {@link Account} then account should be retrieved from fallbackProvider. In case both provider returns no account
* then {@link java.util.NoSuchElementException} should be thrown.
*
* @param accountProvider
Expand Down