@privy-io/react-auth 1.26.1-beta.9 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -799,7 +799,7 @@ declare class ConnectorManager extends EventEmitter<ConnectorManagerEvents> {
799
799
  * the wallets away with the following logic:
800
800
  *
801
801
  * 1. Flatten all wallets from all connectors
802
- * 2. Sorted by connectedAT
802
+ * 2. Sorted by connectedAt
803
803
  * 3. Active wallet is moved to front of array (if it exists)
804
804
  */
805
805
  get wallets(): BaseConnectedWallet[];