Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Dec 7, 2023
1 parent ed900f8 commit 0c8d034
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as ConnectionManager } from './types/src/core/connection/connec

export { default } from './types/src/core/pusher';

// The following types are provided for backward compatability
// The following types are provided for backward compatibility
export {
DeprecatedAuthOptions as AuthOptions,
DeprecatedChannelAuthorizer as Authorizer,
Expand Down
2 changes: 1 addition & 1 deletion react-native/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne

export { default } from '../types/src/core/pusher';

// The following types are provided for backward compatability
// The following types are provided for backward compatibility
export {
DeprecatedAuthOptions as AuthOptions,
DeprecatedChannelAuthorizer as Authorizer,
Expand Down
2 changes: 1 addition & 1 deletion with-encryption/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne

export { default } from '../types/src/core/pusher';

// The following types are provided for backward compatability
// The following types are provided for backward compatibility
export {
DeprecatedAuthOptions as AuthOptions,
DeprecatedChannelAuthorizer as Authorizer,
Expand Down
2 changes: 1 addition & 1 deletion worker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne

export { default } from '../types/src/core/pusher';

// The following types are provided for backward compatability
// The following types are provided for backward compatibility
export {
DeprecatedAuthOptions as AuthOptions,
DeprecatedChannelAuthorizer as Authorizer,
Expand Down
2 changes: 1 addition & 1 deletion worker/with-encryption/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../../types/src/core/connection/co

export { default } from '../../types/src/core/pusher';

// The following types are provided for backward compatability
// The following types are provided for backward compatibility
export {
DeprecatedAuthOptions as AuthOptions,
DeprecatedChannelAuthorizer as Authorizer,
Expand Down

0 comments on commit 0c8d034

Please sign in to comment.