Skip to content

Commit

Permalink
Merge pull request #786 from hichemfantar/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
evgeniibreikin authored Jan 30, 2025
2 parents 37b057c + 0c8d034 commit a7dbe9d
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 a7dbe9d

Please sign in to comment.