Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/openlogin-jrpc/src/jrpcEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class JRPCEngine extends SafeEventEmitter {
/**
* Runs an individual middleware.
*
* @returns An array of any error encountered during middleware exection,
* @returns An array of any error encountered during middleware execution,
* and a boolean indicating whether the request should end.
*/
private static _runMiddleware(
Expand Down
2 changes: 1 addition & 1 deletion packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ export type OpenLoginOptions = {
storageServerUrl?: string;

/**
* setting to "local" will persist social login session accross browser tabs.
* setting to "local" will persist social login session across browser tabs.
*
* @defaultValue "local"
*/
Expand Down