Skip to content

Commit 0c8d034

Browse files
committed
fix typo
1 parent ed900f8 commit 0c8d034

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { default as ConnectionManager } from './types/src/core/connection/connec
2020

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

23-
// The following types are provided for backward compatability
23+
// The following types are provided for backward compatibility
2424
export {
2525
DeprecatedAuthOptions as AuthOptions,
2626
DeprecatedChannelAuthorizer as Authorizer,

react-native/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne
2020

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

23-
// The following types are provided for backward compatability
23+
// The following types are provided for backward compatibility
2424
export {
2525
DeprecatedAuthOptions as AuthOptions,
2626
DeprecatedChannelAuthorizer as Authorizer,

with-encryption/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne
2020

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

23-
// The following types are provided for backward compatability
23+
// The following types are provided for backward compatibility
2424
export {
2525
DeprecatedAuthOptions as AuthOptions,
2626
DeprecatedChannelAuthorizer as Authorizer,

worker/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../types/src/core/connection/conne
2020

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

23-
// The following types are provided for backward compatability
23+
// The following types are provided for backward compatibility
2424
export {
2525
DeprecatedAuthOptions as AuthOptions,
2626
DeprecatedChannelAuthorizer as Authorizer,

worker/with-encryption/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { default as ConnectionManager } from '../../types/src/core/connection/co
2020

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

23-
// The following types are provided for backward compatability
23+
// The following types are provided for backward compatibility
2424
export {
2525
DeprecatedAuthOptions as AuthOptions,
2626
DeprecatedChannelAuthorizer as Authorizer,

0 commit comments

Comments
 (0)